BatchPoolNodeCountsOutput interface
The number of Compute Nodes in each state for a Pool.
Properties
| dedicated | The number of dedicated Compute Nodes in each state. |
| low |
The number of Spot/Low-priority Compute Nodes in each state. |
| pool |
The ID of the Pool. |
Property Details
dedicated
The number of dedicated Compute Nodes in each state.
dedicated?: BatchNodeCountsOutput
Property Value
lowPriority
The number of Spot/Low-priority Compute Nodes in each state.
lowPriority?: BatchNodeCountsOutput
Property Value
poolId
The ID of the Pool.
poolId: string
Property Value
string