JobsRetrieveUtilizationResponse

API: Experimental/Beta

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