NodeStateCounts interface

Counts of various compute node states on the amlCompute.

Properties

idleNodeCount

Number of compute nodes in idle state. NOTE: This property will not be serialized. It can only be populated by the server.

leavingNodeCount

Number of compute nodes which are leaving the amlCompute. NOTE: This property will not be serialized. It can only be populated by the server.

preemptedNodeCount

Number of compute nodes which are in preempted state. NOTE: This property will not be serialized. It can only be populated by the server.

preparingNodeCount

Number of compute nodes which are being prepared. NOTE: This property will not be serialized. It can only be populated by the server.

runningNodeCount

Number of compute nodes which are running jobs. NOTE: This property will not be serialized. It can only be populated by the server.

unusableNodeCount

Number of compute nodes which are in unusable state. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

idleNodeCount

Number of compute nodes in idle state. NOTE: This property will not be serialized. It can only be populated by the server.

idleNodeCount?: number

Property Value

number

leavingNodeCount

Number of compute nodes which are leaving the amlCompute. NOTE: This property will not be serialized. It can only be populated by the server.

leavingNodeCount?: number

Property Value

number

preemptedNodeCount

Number of compute nodes which are in preempted state. NOTE: This property will not be serialized. It can only be populated by the server.

preemptedNodeCount?: number

Property Value

number

preparingNodeCount

Number of compute nodes which are being prepared. NOTE: This property will not be serialized. It can only be populated by the server.

preparingNodeCount?: number

Property Value

number

runningNodeCount

Number of compute nodes which are running jobs. NOTE: This property will not be serialized. It can only be populated by the server.

runningNodeCount?: number

Property Value

number

unusableNodeCount

Number of compute nodes which are in unusable state. NOTE: This property will not be serialized. It can only be populated by the server.

unusableNodeCount?: number

Property Value

number