140 строки
9.0 KiB
YAML
140 строки
9.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.NodeState"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeState"
|
|
name: "NodeState"
|
|
nameWithType: "NodeState"
|
|
summary: "Defines values for Node<wbr>State."
|
|
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 **NodeState**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.NodeState?alt=com.azure.resourcemanager.machinelearningservices.models.NodeState&text=NodeState\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeState.NodeState()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeState.NodeState()"
|
|
name: "NodeState()"
|
|
nameWithType: "NodeState.NodeState()"
|
|
syntax: "public NodeState()"
|
|
fields:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeState.IDLE"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeState.IDLE"
|
|
name: "IDLE"
|
|
nameWithType: "NodeState.IDLE"
|
|
summary: "Static value idle for Node<wbr>State."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.NodeState?alt=com.azure.resourcemanager.machinelearningservices.models.NodeState&text=NodeState\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final NodeState IDLE"
|
|
desc: "Static value idle for NodeState."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeState.LEAVING"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeState.LEAVING"
|
|
name: "LEAVING"
|
|
nameWithType: "NodeState.LEAVING"
|
|
summary: "Static value leaving for Node<wbr>State."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.NodeState?alt=com.azure.resourcemanager.machinelearningservices.models.NodeState&text=NodeState\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final NodeState LEAVING"
|
|
desc: "Static value leaving for NodeState."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeState.PREEMPTED"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeState.PREEMPTED"
|
|
name: "PREEMPTED"
|
|
nameWithType: "NodeState.PREEMPTED"
|
|
summary: "Static value preempted for Node<wbr>State."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.NodeState?alt=com.azure.resourcemanager.machinelearningservices.models.NodeState&text=NodeState\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final NodeState PREEMPTED"
|
|
desc: "Static value preempted for NodeState."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeState.PREPARING"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeState.PREPARING"
|
|
name: "PREPARING"
|
|
nameWithType: "NodeState.PREPARING"
|
|
summary: "Static value preparing for Node<wbr>State."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.NodeState?alt=com.azure.resourcemanager.machinelearningservices.models.NodeState&text=NodeState\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final NodeState PREPARING"
|
|
desc: "Static value preparing for NodeState."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeState.RUNNING"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeState.RUNNING"
|
|
name: "RUNNING"
|
|
nameWithType: "NodeState.RUNNING"
|
|
summary: "Static value running for Node<wbr>State."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.NodeState?alt=com.azure.resourcemanager.machinelearningservices.models.NodeState&text=NodeState\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final NodeState RUNNING"
|
|
desc: "Static value running for NodeState."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeState.UNUSABLE"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeState.UNUSABLE"
|
|
name: "UNUSABLE"
|
|
nameWithType: "NodeState.UNUSABLE"
|
|
summary: "Static value unusable for Node<wbr>State."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.NodeState?alt=com.azure.resourcemanager.machinelearningservices.models.NodeState&text=NodeState\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final NodeState UNUSABLE"
|
|
desc: "Static value unusable for NodeState."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeState.fromString(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeState.fromString(String name)"
|
|
name: "fromString(String name)"
|
|
nameWithType: "NodeState.fromString(String name)"
|
|
summary: "Creates or finds a Node<wbr>State 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 NodeState fromString(String name)"
|
|
desc: "Creates or finds a NodeState from its string representation."
|
|
returns:
|
|
description: "the corresponding NodeState."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.NodeState?alt=com.azure.resourcemanager.machinelearningservices.models.NodeState&text=NodeState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeState.values()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeState.values()"
|
|
name: "values()"
|
|
nameWithType: "NodeState.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static Collection<NodeState> values()"
|
|
returns:
|
|
description: "known NodeState values."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.NodeState?alt=com.azure.resourcemanager.machinelearningservices.models.NodeState&text=NodeState\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "Defines values for NodeState."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|