Share via


IImageModelDistributionSettings.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(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.String) }, ReadOnly=false, Required=false, SerializedName="earlyStoppingPatience")]
public string EarlyStoppingPatience { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(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.String) }, ReadOnly=false, Required=false, SerializedName="earlyStoppingPatience")>]
member this.EarlyStoppingPatience : string with get, set
Public Property EarlyStoppingPatience As String

Property Value

Attributes

Applies to