GetJobQueueSnapshotResponse
Types
Properties
Link copied to clipboard
The list of the first 100 RUNNABLE jobs in each job queue. For first-in-first-out (FIFO) job queues, jobs are ordered based on their submission time. For job queues with an attached fair-share scheduling (FSS) or quota-share policy, jobs are ordered based on their job priority and share usage.
Link copied to clipboard
The first RUNNABLE job in each quota share. Jobs are ordered based on their job priority and share usage.
Link copied to clipboard
The job queue's capacity utilization, including total usage and breakdown per given share.
Functions
Link copied to clipboard
inline fun copy(block: GetJobQueueSnapshotResponse.Builder.() -> Unit = {}): GetJobQueueSnapshotResponse