IImageObjectDetectionBase.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.IImageModelDistributionSettingsObjectDetection) }, Read=true, ReadOnly=false, Required=false, SerializedName="searchSpace", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IImageModelDistributionSettingsObjectDetection> 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.IImageModelDistributionSettingsObjectDetection) }, Read=true, ReadOnly=false, Required=false, SerializedName="searchSpace", Update=true)>]
member this.SearchSpace : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IImageModelDistributionSettingsObjectDetection> with get, set
Public Property SearchSpace As List(Of IImageModelDistributionSettingsObjectDetection)

Property Value

Attributes

Applies to