NlpVertical Class

Definition

Abstract class for NLP related AutoML tasks. NLP - Natural Language Processing.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NlpVerticalTypeConverter))]
public class NlpVertical : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INlpVertical
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NlpVerticalTypeConverter))>]
type NlpVertical = class
    interface INlpVertical
    interface IJsonSerializable
Public Class NlpVertical
Implements INlpVertical
Inheritance
NlpVertical
Attributes
Implements

Constructors

NlpVertical()

Creates an new NlpVertical instance.

Properties

FeaturizationSettingDatasetLanguage

Dataset language, useful for the text data.

LimitSettingMaxConcurrentTrial

Maximum Concurrent AutoML iterations.

LimitSettingMaxTrial

Number of AutoML iterations.

LimitSettingTimeout

AutoML job timeout.

ValidationDataDescription

Description for the input.

ValidationDataJobInputType

[Required] Specifies the type of job.

ValidationDataMode

Input Asset Delivery Mode.

ValidationDataUri

[Required] Input Asset URI.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NlpVertical.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NlpVertical.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NlpVertical into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to