Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NodeStateCounts

Package version

Counts of various compute node states on the amlCompute.

Hierarchy

  • NodeStateCounts

Index

Properties

Optional idleNodeCount

idleNodeCount: undefined | number

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

Optional leavingNodeCount

leavingNodeCount: undefined | number

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

Optional preemptedNodeCount

preemptedNodeCount: undefined | number

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

Optional preparingNodeCount

preparingNodeCount: undefined | number

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

Optional runningNodeCount

runningNodeCount: undefined | number

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

Optional unusableNodeCount

unusableNodeCount: undefined | number

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

Generated using TypeDoc