Compartilhar via


ITableVertical.FeaturizationSettingMode Property

Definition

Featurization mode - User can keep the default 'Auto' mode and AutoML will take care of necessary transformation of the data in featurization phase. If 'Off' is selected then no featurization is done. If 'Custom' is selected then user can specify additional inputs to customize how featurization is done.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Featurization mode - User can keep the default 'Auto' mode and AutoML will take care of necessary transformation of the data in featurization phase.\r\n        If 'Off' is selected then no featurization is done.\r\n        If 'Custom' is selected then user can specify additional inputs to customize how featurization is done.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.FeaturizationMode) }, ReadOnly=false, Required=false, SerializedName="mode")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.FeaturizationMode? FeaturizationSettingMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Featurization mode - User can keep the default 'Auto' mode and AutoML will take care of necessary transformation of the data in featurization phase.\r\n        If 'Off' is selected then no featurization is done.\r\n        If 'Custom' is selected then user can specify additional inputs to customize how featurization is done.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.FeaturizationMode) }, ReadOnly=false, Required=false, SerializedName="mode")>]
member this.FeaturizationSettingMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.FeaturizationMode> with get, set
Public Property FeaturizationSettingMode As Nullable(Of FeaturizationMode)

Property Value

Attributes

Applies to