IImageModelDistributionSettings.EarlyStoppingPatience Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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