Share via


NlpVerticalFeaturizationSettings Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NlpVerticalFeaturizationSettingsTypeConverter))]
public class NlpVerticalFeaturizationSettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INlpVerticalFeaturizationSettings, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NlpVerticalFeaturizationSettingsTypeConverter))>]
type NlpVerticalFeaturizationSettings = class
    interface INlpVerticalFeaturizationSettings
    interface IJsonSerializable
    interface IFeaturizationSettings
    interface IValidates
Public Class NlpVerticalFeaturizationSettings
Implements INlpVerticalFeaturizationSettings, IValidates
Inheritance
NlpVerticalFeaturizationSettings
Attributes
Implements

Constructors

NlpVerticalFeaturizationSettings()

Creates an new NlpVerticalFeaturizationSettings instance.

Properties

DatasetLanguage

Dataset language, useful for the text data.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NlpVerticalFeaturizationSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NlpVerticalFeaturizationSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INlpVerticalFeaturizationSettings.

FromJsonString(String)

Creates a new instance of NlpVerticalFeaturizationSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NlpVerticalFeaturizationSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to