IBatchDeploymentProperties.ResourceInstanceCount Property

Definition

Optional number of instances or nodes used by the compute target.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Optional number of instances or nodes used by the compute target.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="instanceCount", Update=false)]
public int? ResourceInstanceCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Optional number of instances or nodes used by the compute target.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="instanceCount", Update=false)>]
member this.ResourceInstanceCount : Nullable<int> with get, set
Public Property ResourceInstanceCount As Nullable(Of Integer)

Property Value

Attributes

Applies to