ITableVerticalLimitSettings.MaxConcurrentTrial Property

Definition

Maximum Concurrent iterations.

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

Property Value

Attributes

Applies to