Compartilhar via


IEarlyTerminationPolicy.EvaluationInterval Property

Definition

Interval (number of runs) between policy evaluations.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Interval (number of runs) between policy evaluations.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="evaluationInterval")]
public int? EvaluationInterval { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Interval (number of runs) between policy evaluations.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="evaluationInterval")>]
member this.EvaluationInterval : Nullable<int> with get, set
Public Property EvaluationInterval As Nullable(Of Integer)

Property Value

Attributes

Applies to