ITableVerticalFeaturizationSettings.TransformerParam Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(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.Api20240401.ITableVerticalFeaturizationSettingsTransformerParams) }, ReadOnly=false, Required=false, SerializedName="transformerParams")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITableVerticalFeaturizationSettingsTransformerParams TransformerParam { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(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.Api20240401.ITableVerticalFeaturizationSettingsTransformerParams) }, ReadOnly=false, Required=false, SerializedName="transformerParams")>]
member this.TransformerParam : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITableVerticalFeaturizationSettingsTransformerParams with get, set
Public Property TransformerParam As ITableVerticalFeaturizationSettingsTransformerParams
Property Value
- Attributes