NodeStateCountsResponse

data class NodeStateCountsResponse(val idleNodeCount: Int, val leavingNodeCount: Int, val preemptedNodeCount: Int, val preparingNodeCount: Int, val runningNodeCount: Int, val unusableNodeCount: Int)

Counts of various compute node states on the amlCompute.

Constructors

Link copied to clipboard
constructor(idleNodeCount: Int, leavingNodeCount: Int, preemptedNodeCount: Int, preparingNodeCount: Int, runningNodeCount: Int, unusableNodeCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of compute nodes in idle state.

Link copied to clipboard

Number of compute nodes which are leaving the amlCompute.

Link copied to clipboard

Number of compute nodes which are in preempted state.

Link copied to clipboard

Number of compute nodes which are being prepared.

Link copied to clipboard

Number of compute nodes which are running jobs.

Link copied to clipboard

Number of compute nodes which are in unusable state.