Share via


IImageClassificationBase.ModelSettingEarlyStopping Property

Definition

Enable early stopping logic during training.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Enable early stopping logic during training.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="earlyStopping")]
public bool? ModelSettingEarlyStopping { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Enable early stopping logic during training.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="earlyStopping")>]
member this.ModelSettingEarlyStopping : Nullable<bool> with get, set
Public Property ModelSettingEarlyStopping As Nullable(Of Boolean)

Property Value

Attributes

Applies to