NlpVertical Class
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.
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() |