IMpi.ProcessCountPerInstance Property

Definition

Number of processes per MPI node.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Number of processes per MPI node.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="processCountPerInstance", Update=false)]
public int? ProcessCountPerInstance { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Number of processes per MPI node.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="processCountPerInstance", Update=false)>]
member this.ProcessCountPerInstance : Nullable<int> with get, set
Public Property ProcessCountPerInstance As Nullable(Of Integer)

Property Value

Attributes

Applies to