Class DataScienceModelDeploymentInstanceComponent
Reference to Data Science Model Deployment
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class DataScienceModelDeploymentInstanceComponent : InstanceComponent
Properties
ModelDeploymentId
Declaration
[Required(ErrorMessage = "ModelDeploymentId is required.")]
[JsonProperty(PropertyName = "modelDeploymentId")]
public string ModelDeploymentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | OCID of Data Science Model Deployment |
Remarks
Required
PredictionUseCaseName
Declaration
[Required(ErrorMessage = "PredictionUseCaseName is required.")]
[JsonProperty(PropertyName = "predictionUseCaseName")]
public string PredictionUseCaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Name of online prediction use-case (defined in ML Application) for which this Model Deployment serves predictions |
Remarks
Required