ITableVertical.FeaturizationSettingTransformerParam Property

Definition

User can specify additional transformers to be used along with the columns to which it would be applied and parameters for the transformer constructor.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="User can specify additional transformers to be used along with the columns to which it would be applied and parameters for the transformer constructor.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.ITableVerticalFeaturizationSettingsTransformerParams) }, Read=true, ReadOnly=false, Required=false, SerializedName="transformerParams", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.ITableVerticalFeaturizationSettingsTransformerParams FeaturizationSettingTransformerParam { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="User can specify additional transformers to be used along with the columns to which it would be applied and parameters for the transformer constructor.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.ITableVerticalFeaturizationSettingsTransformerParams) }, Read=true, ReadOnly=false, Required=false, SerializedName="transformerParams", Update=true)>]
member this.FeaturizationSettingTransformerParam : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.ITableVerticalFeaturizationSettingsTransformerParams with get, set
Public Property FeaturizationSettingTransformerParam As ITableVerticalFeaturizationSettingsTransformerParams

Property Value

Attributes

Applies to