IImageModelDistributionSettings.EarlyStoppingDelay 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 to wait before primary metric improvement is tracked for early stopping. Must be a positive integer.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\n is tracked for early stopping. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="earlyStoppingDelay")]
public string EarlyStoppingDelay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\n is tracked for early stopping. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="earlyStoppingDelay")>]
member this.EarlyStoppingDelay : string with get, set
Public Property EarlyStoppingDelay As String
Property Value
- Attributes