IImageModelSettings.EarlyStoppingPatience Property

Definition

Minimum number of epochs or validation evaluations with no primary metric improvement before the run is stopped. Must be a positive integer.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Minimum number of epochs or validation evaluations with no primary metric improvement before\r\n        the run is stopped. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="earlyStoppingPatience", Update=true)]
public int? EarlyStoppingPatience { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Minimum number of epochs or validation evaluations with no primary metric improvement before\r\n        the run is stopped. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="earlyStoppingPatience", Update=true)>]
member this.EarlyStoppingPatience : Nullable<int> with get, set
Public Property EarlyStoppingPatience As Nullable(Of Integer)

Property Value

Attributes

Applies to