ITableVertical.FeaturizationSettingDatasetLanguage 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.
Dataset language, useful for the text data.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Dataset language, useful for the text data.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="datasetLanguage")]
public string FeaturizationSettingDatasetLanguage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Dataset language, useful for the text data.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="datasetLanguage")>]
member this.FeaturizationSettingDatasetLanguage : string with get, set
Public Property FeaturizationSettingDatasetLanguage As String
Property Value
- Attributes