IImageSweepSettings.SamplingAlgorithm 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=true, SerializedName="samplingAlgorithm", Update=true)]
public string SamplingAlgorithm { 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=true, SerializedName="samplingAlgorithm", Update=true)>]
member this.SamplingAlgorithm : string with get, set
Public Property SamplingAlgorithm As String

Property Value

Attributes

Applies to