IFeatureProperties.DataType 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.
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