NlpVerticalLimitSettings 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.
Job execution constraints.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NlpVerticalLimitSettingsTypeConverter))]
public class NlpVerticalLimitSettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INlpVerticalLimitSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.NlpVerticalLimitSettingsTypeConverter))>]
type NlpVerticalLimitSettings = class
interface INlpVerticalLimitSettings
interface IJsonSerializable
Public Class NlpVerticalLimitSettings
Implements INlpVerticalLimitSettings
- Inheritance
-
NlpVerticalLimitSettings
- Attributes
- Implements
Constructors
NlpVerticalLimitSettings() |
Creates an new NlpVerticalLimitSettings instance. |
Properties
MaxConcurrentTrial |
Maximum Concurrent AutoML iterations. |
MaxTrial |
Number of AutoML iterations. |
Timeout |
AutoML job timeout. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NlpVerticalLimitSettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NlpVerticalLimitSettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.INlpVerticalLimitSettings. |
FromJsonString(String) |
Creates a new instance of NlpVerticalLimitSettings, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NlpVerticalLimitSettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |