IImageObjectDetectionBase.ModelSettingEarlyStopping Property

Definition

Enable early stopping logic during training.

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

Property Value

Attributes

Applies to