ITableVertical.LimitSettingMaxCoresPerTrial Property

Definition

Max cores per iteration.

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

Property Value

Attributes

Applies to