IFeatureSubset.Feature Property

Definition

[Required] The list of features to include.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] The list of features to include.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="features", Update=false)]
public System.Collections.Generic.List<string> Feature { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] The list of features to include.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="features", Update=false)>]
member this.Feature : System.Collections.Generic.List<string> with get, set
Public Property Feature As List(Of String)

Property Value

Attributes

Applies to