JobsRetrieveUtilizationResponse
¶
data class JobsRetrieveUtilizationResponse(
val capacity: CpuAndMemory,
val usedCapacity: CpuAndMemory,
val queueStatus: QueueStatus,
)
Properties
capacity
: CpuAndMemory
The total capacity of the entire compute system
CpuAndMemory
usedCapacity
: CpuAndMemory
The capacity currently in use, by running jobs, of the entire compute system
CpuAndMemory
queueStatus
: QueueStatus
The system of the queue
QueueStatus