azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

150 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings"
fullName: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings"
name: "NlpVerticalLimitSettings"
nameWithType: "NlpVerticalLimitSettings"
summary: "Job execution constraints."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **NlpVerticalLimitSettings**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings?alt=com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings&text=NlpVerticalLimitSettings\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.NlpVerticalLimitSettings()"
fullName: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.NlpVerticalLimitSettings()"
name: "NlpVerticalLimitSettings()"
nameWithType: "NlpVerticalLimitSettings.NlpVerticalLimitSettings()"
summary: "Creates an instance of Nlp<wbr>Vertical<wbr>Limit<wbr>Settings class."
syntax: "public NlpVerticalLimitSettings()"
desc: "Creates an instance of NlpVerticalLimitSettings class."
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "NlpVerticalLimitSettings.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Nlp<wbr>Vertical<wbr>Limit<wbr>Settings from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static NlpVerticalLimitSettings fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the NlpVerticalLimitSettings."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of NlpVerticalLimitSettings from the JsonReader."
returns:
description: "An instance of NlpVerticalLimitSettings if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings?alt=com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings&text=NlpVerticalLimitSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.maxConcurrentTrials()"
fullName: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.maxConcurrentTrials()"
name: "maxConcurrentTrials()"
nameWithType: "NlpVerticalLimitSettings.maxConcurrentTrials()"
summary: "Get the max<wbr>Concurrent<wbr>Trials property: Maximum Concurrent AutoML iterations."
syntax: "public Integer maxConcurrentTrials()"
desc: "Get the maxConcurrentTrials property: Maximum Concurrent AutoML iterations."
returns:
description: "the maxConcurrentTrials value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.maxTrials()"
fullName: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.maxTrials()"
name: "maxTrials()"
nameWithType: "NlpVerticalLimitSettings.maxTrials()"
summary: "Get the max<wbr>Trials property: Number of AutoML iterations."
syntax: "public Integer maxTrials()"
desc: "Get the maxTrials property: Number of AutoML iterations."
returns:
description: "the maxTrials value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.timeout()"
fullName: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.timeout()"
name: "timeout()"
nameWithType: "NlpVerticalLimitSettings.timeout()"
summary: "Get the timeout property: AutoML job timeout."
syntax: "public Duration timeout()"
desc: "Get the timeout property: AutoML job timeout."
returns:
description: "the timeout value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "NlpVerticalLimitSettings.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.validate()"
fullName: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.validate()"
name: "validate()"
nameWithType: "NlpVerticalLimitSettings.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.withMaxConcurrentTrials(java.lang.Integer)"
fullName: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.withMaxConcurrentTrials(Integer maxConcurrentTrials)"
name: "withMaxConcurrentTrials(Integer maxConcurrentTrials)"
nameWithType: "NlpVerticalLimitSettings.withMaxConcurrentTrials(Integer maxConcurrentTrials)"
summary: "Set the max<wbr>Concurrent<wbr>Trials property: Maximum Concurrent AutoML iterations."
parameters:
- description: "the maxConcurrentTrials value to set."
name: "maxConcurrentTrials"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public NlpVerticalLimitSettings withMaxConcurrentTrials(Integer maxConcurrentTrials)"
desc: "Set the maxConcurrentTrials property: Maximum Concurrent AutoML iterations."
returns:
description: "the NlpVerticalLimitSettings object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings?alt=com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings&text=NlpVerticalLimitSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.withMaxTrials(java.lang.Integer)"
fullName: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.withMaxTrials(Integer maxTrials)"
name: "withMaxTrials(Integer maxTrials)"
nameWithType: "NlpVerticalLimitSettings.withMaxTrials(Integer maxTrials)"
summary: "Set the max<wbr>Trials property: Number of AutoML iterations."
parameters:
- description: "the maxTrials value to set."
name: "maxTrials"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public NlpVerticalLimitSettings withMaxTrials(Integer maxTrials)"
desc: "Set the maxTrials property: Number of AutoML iterations."
returns:
description: "the NlpVerticalLimitSettings object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings?alt=com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings&text=NlpVerticalLimitSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.withTimeout(java.time.Duration)"
fullName: "com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings.withTimeout(Duration timeout)"
name: "withTimeout(Duration timeout)"
nameWithType: "NlpVerticalLimitSettings.withTimeout(Duration timeout)"
summary: "Set the timeout property: AutoML job timeout."
parameters:
- description: "the timeout value to set."
name: "timeout"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
syntax: "public NlpVerticalLimitSettings withTimeout(Duration timeout)"
desc: "Set the timeout property: AutoML job timeout."
returns:
description: "the NlpVerticalLimitSettings object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings?alt=com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings&text=NlpVerticalLimitSettings\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Job execution constraints."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings?alt=com.azure.resourcemanager.machinelearning.models.NlpVerticalLimitSettings&text=NlpVerticalLimitSettings\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0