INlpVertical.LimitSettingMaxTrial Property

Definition

Number of AutoML iterations.

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

Property Value

Attributes

Applies to