IObjective.Goal Property

Definition

[Required] Defines supported metric goals for hyperparameter tuning

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Minimize", "Maximize" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Defines supported metric goals for hyperparameter tuning", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="goal", Update=true)]
public string Goal { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Minimize", "Maximize" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Defines supported metric goals for hyperparameter tuning", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="goal", Update=true)>]
member this.Goal : string with get, set
Public Property Goal As String

Property Value

Attributes

Applies to