Uses of Class
org.tribuo.interop.oci.OCIUtil.OCIModelArtifactConfig
Package
Description
Code for uploading models to Oracle Cloud Infrastructure Data Science, and also for scoring models deployed
in Oracle Cloud Infrastructure Data Science.
-
Uses of OCIUtil.OCIModelArtifactConfig in org.tribuo.interop.oci
Modifier and TypeMethodDescriptionstatic String
OCIUtil.createModel
(Path onnxFile, ModelProvenance provenance, OCIUtil.OCIModelType modelType, com.oracle.bmc.datascience.DataScienceClient client, com.fasterxml.jackson.databind.ObjectMapper mapper, OCIUtil.OCIModelArtifactConfig config) Creates an OCI DS model and uploads the model artifact.static <T extends Output<T>,
U extends Model<T> & ONNXExportable>
StringOCIUtil.createModel
(U model, com.oracle.bmc.datascience.DataScienceClient client, com.fasterxml.jackson.databind.ObjectMapper mapper, OCIUtil.OCIModelArtifactConfig config) Creates an OCI DS model and uploads the model artifact.protected static Path
OCIUtil.createModelArtifact
(Path onnxFile, OCIUtil.OCIModelArtifactConfig config) Creates the OCI DS model artifact zip file.