Class InstancePoolModelDeploymentSystemData
Instance pool based model deployment system data.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class InstancePoolModelDeploymentSystemData : ModelDeploymentSystemData
Properties
CurrentInstanceCount
Declaration
[JsonProperty(PropertyName = "currentInstanceCount")]
public int? CurrentInstanceCount { get; set; }
Property Value
Type | Description |
---|---|
int? | This value is the current count of the model deployment instances. |