IFeature.DataType Property

Definition

Specifies type

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Specifies type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.FeatureDataType) }, ReadOnly=false, Required=false, SerializedName="dataType")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.FeatureDataType? DataType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Specifies type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.FeatureDataType) }, ReadOnly=false, Required=false, SerializedName="dataType")>]
member this.DataType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.FeatureDataType> with get, set
Public Property DataType As Nullable(Of FeatureDataType)

Property Value

Attributes

Applies to