Share via


IFeatureSubset.Feature Property

Definition

[Required] The list of features to include.

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

Property Value

String[]
Attributes

Applies to