Share via


IImageModelSettings.EarlyStopping 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? EarlyStopping { 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.EarlyStopping : Nullable<bool> with get, set
Public Property EarlyStopping As Nullable(Of Boolean)

Property Value

Attributes

Applies to