IFeatureImportanceSettings.TargetColumn Property

Definition

The name of the target column within the input data asset.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The name of the target column within the input data asset.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="targetColumn", Update=true)]
public string TargetColumn { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The name of the target column within the input data asset.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="targetColumn", Update=true)>]
member this.TargetColumn : string with get, set
Public Property TargetColumn As String

Property Value

Attributes

Applies to