IImageVertical.SweepSettingSamplingAlgorithm Property

Definition

[Required] Type of the hyperparameter sampling algorithms.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Grid", "Random", "Bayesian" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Type of the hyperparameter sampling algorithms.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="samplingAlgorithm", Update=true)]
public string SweepSettingSamplingAlgorithm { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Grid", "Random", "Bayesian" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Type of the hyperparameter sampling algorithms.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="samplingAlgorithm", Update=true)>]
member this.SweepSettingSamplingAlgorithm : string with get, set
Public Property SweepSettingSamplingAlgorithm As String

Property Value

Attributes

Applies to