IEarlyTerminationPolicy.DelayEvaluation Property

Definition

Number of intervals by which to delay the first evaluation.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Number of intervals by which to delay the first evaluation.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="delayEvaluation", Update=true)]
public int? DelayEvaluation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Number of intervals by which to delay the first evaluation.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="delayEvaluation", Update=true)>]
member this.DelayEvaluation : Nullable<int> with get, set
Public Property DelayEvaluation As Nullable(Of Integer)

Property Value

Attributes

Applies to