Uses of Class
org.tribuo.interop.oci.OCIUtil.OCIDSConfig
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.OCIDSConfig in org.tribuo.interop.oci
Modifier and TypeFieldDescriptionfinal OCIUtil.OCIDSConfig
OCIUtil.OCIModelArtifactConfig.dsConfig
The OCI Data Science config.final OCIUtil.OCIDSConfig
OCIUtil.OCIModelDeploymentConfig.dsConfig
The OCI Data Science config.ModifierConstructorDescriptionOCIModelArtifactConfig
(OCIUtil.OCIDSConfig dsConfig, String modelName, String modelDescription, String onnxDomain, int onnxModelVersion, String condaName, String condaPath) Constructs an OCIModelArtifactConfig, used to create an OCI DS model.OCIModelDeploymentConfig
(OCIUtil.OCIDSConfig dsConfig, String modelID, String deploymentName, String shape, int bandwidth, int instanceCount) Constructs an OCI DS Model Deployment configuration.