Class ManagedComputeClusterWorkloadFixedSizeScalingPolicy
The fixed size scaling policy for workload scaling on managed compute cluster type compute target.
Inheritance
ManagedComputeClusterWorkloadFixedSizeScalingPolicy
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ManagedComputeClusterWorkloadFixedSizeScalingPolicy : ManagedComputeClusterWorkloadScalingPolicy
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 of the workload. |
Remarks
Required