IImageVertical.EarlyTerminationPolicyType Property

Definition

[Required] Name of policy configuration

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Bandit", "MedianStopping", "TruncationSelection" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Name of policy configuration", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="policyType", Update=true)]
public string EarlyTerminationPolicyType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Bandit", "MedianStopping", "TruncationSelection" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Name of policy configuration", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="policyType", Update=true)>]
member this.EarlyTerminationPolicyType : string with get, set
Public Property EarlyTerminationPolicyType As String

Property Value

Attributes

Applies to