Class ManagedComputeClusterFixedSizeScalingPolicy
The fixed size scaling policy.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ManagedComputeClusterFixedSizeScalingPolicy : ManagedComputeClusterScalingPolicy
Properties
InstanceCount
Declaration
[Required(ErrorMessage = "InstanceCount is required.")]
[JsonProperty(PropertyName = "instanceCount")]
public int? InstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The number of instances for the managed compute cluster type compute target. |
Remarks
Required