103 строки
6.8 KiB
YAML
103 строки
6.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts"
|
|
name: "NodeStateCounts"
|
|
nameWithType: "NodeStateCounts"
|
|
summary: "Counts of various compute node states on the aml<wbr>Compute."
|
|
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 **NodeStateCounts**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.NodeStateCounts()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.NodeStateCounts()"
|
|
name: "NodeStateCounts()"
|
|
nameWithType: "NodeStateCounts.NodeStateCounts()"
|
|
syntax: "public NodeStateCounts()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.idleNodeCount()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.idleNodeCount()"
|
|
name: "idleNodeCount()"
|
|
nameWithType: "NodeStateCounts.idleNodeCount()"
|
|
summary: "Get the idle<wbr>Node<wbr>Count property: Number of compute nodes in idle state."
|
|
syntax: "public Integer idleNodeCount()"
|
|
desc: "Get the idleNodeCount property: Number of compute nodes in idle state."
|
|
returns:
|
|
description: "the idleNodeCount value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.leavingNodeCount()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.leavingNodeCount()"
|
|
name: "leavingNodeCount()"
|
|
nameWithType: "NodeStateCounts.leavingNodeCount()"
|
|
summary: "Get the leaving<wbr>Node<wbr>Count property: Number of compute nodes which are leaving the aml<wbr>Compute."
|
|
syntax: "public Integer leavingNodeCount()"
|
|
desc: "Get the leavingNodeCount property: Number of compute nodes which are leaving the amlCompute."
|
|
returns:
|
|
description: "the leavingNodeCount value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.preemptedNodeCount()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.preemptedNodeCount()"
|
|
name: "preemptedNodeCount()"
|
|
nameWithType: "NodeStateCounts.preemptedNodeCount()"
|
|
summary: "Get the preempted<wbr>Node<wbr>Count property: Number of compute nodes which are in preempted state."
|
|
syntax: "public Integer preemptedNodeCount()"
|
|
desc: "Get the preemptedNodeCount property: Number of compute nodes which are in preempted state."
|
|
returns:
|
|
description: "the preemptedNodeCount value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.preparingNodeCount()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.preparingNodeCount()"
|
|
name: "preparingNodeCount()"
|
|
nameWithType: "NodeStateCounts.preparingNodeCount()"
|
|
summary: "Get the preparing<wbr>Node<wbr>Count property: Number of compute nodes which are being prepared."
|
|
syntax: "public Integer preparingNodeCount()"
|
|
desc: "Get the preparingNodeCount property: Number of compute nodes which are being prepared."
|
|
returns:
|
|
description: "the preparingNodeCount value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.runningNodeCount()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.runningNodeCount()"
|
|
name: "runningNodeCount()"
|
|
nameWithType: "NodeStateCounts.runningNodeCount()"
|
|
summary: "Get the running<wbr>Node<wbr>Count property: Number of compute nodes which are running jobs."
|
|
syntax: "public Integer runningNodeCount()"
|
|
desc: "Get the runningNodeCount property: Number of compute nodes which are running jobs."
|
|
returns:
|
|
description: "the runningNodeCount value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.unusableNodeCount()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.unusableNodeCount()"
|
|
name: "unusableNodeCount()"
|
|
nameWithType: "NodeStateCounts.unusableNodeCount()"
|
|
summary: "Get the unusable<wbr>Node<wbr>Count property: Number of compute nodes which are in unusable state."
|
|
syntax: "public Integer unusableNodeCount()"
|
|
desc: "Get the unusableNodeCount property: Number of compute nodes which are in unusable state."
|
|
returns:
|
|
description: "the unusableNodeCount value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.NodeStateCounts.validate()"
|
|
name: "validate()"
|
|
nameWithType: "NodeStateCounts.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
type: "class"
|
|
desc: "Counts of various compute node states on the amlCompute."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|