IAksSchema.AgentCount Property

Definition

Number of agents

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

Property Value

Attributes

Applies to