Class ModelDeploymentSystemData
Model deployment system data.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
[JsonConverter(typeof(ModelDeploymentSystemDataModelConverter))]
public class ModelDeploymentSystemData
Properties
ModelType
Declaration
[JsonProperty(PropertyName = "modelType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ModelDeploymentModelType? ModelType { get; set; }
Property Value
| Type | Description |
|---|---|
| ModelDeploymentModelType? | The type of the deployed model. |