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

242 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.JobStatus"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus"
name: "JobStatus"
nameWithType: "JobStatus"
summary: "The status of a job."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- 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#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#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#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 **JobStatus**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.JobStatus()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.JobStatus()"
name: "JobStatus()"
nameWithType: "JobStatus.JobStatus()"
summary: "Creates a new instance of Job<wbr>Status value."
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.machinelearning.models.JobStatus.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public JobStatus()"
desc: "Creates a new instance of JobStatus value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.CANCELED"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.CANCELED"
name: "CANCELED"
nameWithType: "JobStatus.CANCELED"
summary: "Static value Canceled for Job<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobStatus CANCELED"
desc: "Static value Canceled for JobStatus."
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.CANCEL_REQUESTED"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.CANCEL_REQUESTED"
name: "CANCEL_REQUESTED"
nameWithType: "JobStatus.CANCEL_REQUESTED"
summary: "Static value Cancel<wbr>Requested for Job<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobStatus CANCEL_REQUESTED"
desc: "Static value CancelRequested for JobStatus."
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.COMPLETED"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.COMPLETED"
name: "COMPLETED"
nameWithType: "JobStatus.COMPLETED"
summary: "Static value Completed for Job<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobStatus COMPLETED"
desc: "Static value Completed for JobStatus."
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.FAILED"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.FAILED"
name: "FAILED"
nameWithType: "JobStatus.FAILED"
summary: "Static value Failed for Job<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobStatus FAILED"
desc: "Static value Failed for JobStatus."
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.FINALIZING"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.FINALIZING"
name: "FINALIZING"
nameWithType: "JobStatus.FINALIZING"
summary: "Static value Finalizing for Job<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobStatus FINALIZING"
desc: "Static value Finalizing for JobStatus."
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.NOT_RESPONDING"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.NOT_RESPONDING"
name: "NOT_RESPONDING"
nameWithType: "JobStatus.NOT_RESPONDING"
summary: "Static value Not<wbr>Responding for Job<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobStatus NOT_RESPONDING"
desc: "Static value NotResponding for JobStatus."
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.NOT_STARTED"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.NOT_STARTED"
name: "NOT_STARTED"
nameWithType: "JobStatus.NOT_STARTED"
summary: "Static value Not<wbr>Started for Job<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobStatus NOT_STARTED"
desc: "Static value NotStarted for JobStatus."
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.PAUSED"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.PAUSED"
name: "PAUSED"
nameWithType: "JobStatus.PAUSED"
summary: "Static value Paused for Job<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobStatus PAUSED"
desc: "Static value Paused for JobStatus."
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.PREPARING"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.PREPARING"
name: "PREPARING"
nameWithType: "JobStatus.PREPARING"
summary: "Static value Preparing for Job<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobStatus PREPARING"
desc: "Static value Preparing for JobStatus."
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.PROVISIONING"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.PROVISIONING"
name: "PROVISIONING"
nameWithType: "JobStatus.PROVISIONING"
summary: "Static value Provisioning for Job<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobStatus PROVISIONING"
desc: "Static value Provisioning for JobStatus."
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.QUEUED"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.QUEUED"
name: "QUEUED"
nameWithType: "JobStatus.QUEUED"
summary: "Static value Queued for Job<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobStatus QUEUED"
desc: "Static value Queued for JobStatus."
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.RUNNING"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.RUNNING"
name: "RUNNING"
nameWithType: "JobStatus.RUNNING"
summary: "Static value Running for Job<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobStatus RUNNING"
desc: "Static value Running for JobStatus."
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.STARTING"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.STARTING"
name: "STARTING"
nameWithType: "JobStatus.STARTING"
summary: "Static value Starting for Job<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobStatus STARTING"
desc: "Static value Starting for JobStatus."
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.UNKNOWN"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.UNKNOWN"
name: "UNKNOWN"
nameWithType: "JobStatus.UNKNOWN"
summary: "Static value Unknown for Job<wbr>Status."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final JobStatus UNKNOWN"
desc: "Static value Unknown for JobStatus."
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.fromString(String name)"
name: "fromString(String name)"
nameWithType: "JobStatus.fromString(String name)"
summary: "Creates or finds a Job<wbr>Status from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static JobStatus fromString(String name)"
desc: "Creates or finds a JobStatus from its string representation."
returns:
description: "the corresponding JobStatus."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.JobStatus.values()"
fullName: "com.azure.resourcemanager.machinelearning.models.JobStatus.values()"
name: "values()"
nameWithType: "JobStatus.values()"
summary: "Gets known Job<wbr>Status values."
modifiers:
- "static"
syntax: "public static Collection<JobStatus> values()"
desc: "Gets known JobStatus values."
returns:
description: "known JobStatus values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.JobStatus?alt=com.azure.resourcemanager.machinelearning.models.JobStatus&text=JobStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "The status of a job."
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0