IImageClassificationBase.SearchSpace Property

Definition

Search space for sampling different combinations of models and their hyperparameters.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Search space for sampling different combinations of models and their hyperparameters.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IImageModelDistributionSettingsClassification) }, Read=true, ReadOnly=false, Required=false, SerializedName="searchSpace", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IImageModelDistributionSettingsClassification> SearchSpace { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Search space for sampling different combinations of models and their hyperparameters.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IImageModelDistributionSettingsClassification) }, Read=true, ReadOnly=false, Required=false, SerializedName="searchSpace", Update=true)>]
member this.SearchSpace : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IImageModelDistributionSettingsClassification> with get, set
Public Property SearchSpace As List(Of IImageModelDistributionSettingsClassification)

Property Value

Attributes

Applies to