ITableVerticalFeaturizationSettings.ColumnNameAndType 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.
Dictionary of column name and its type (int, float, string, datetime etc).
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Dictionary of column name and its type (int, float, string, datetime etc).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITableVerticalFeaturizationSettingsColumnNameAndTypes) }, ReadOnly=false, Required=false, SerializedName="columnNameAndTypes")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITableVerticalFeaturizationSettingsColumnNameAndTypes ColumnNameAndType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Dictionary of column name and its type (int, float, string, datetime etc).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITableVerticalFeaturizationSettingsColumnNameAndTypes) }, ReadOnly=false, Required=false, SerializedName="columnNameAndTypes")>]
member this.ColumnNameAndType : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITableVerticalFeaturizationSettingsColumnNameAndTypes with get, set
Public Property ColumnNameAndType As ITableVerticalFeaturizationSettingsColumnNameAndTypes
Property Value
- Attributes