Values.QueueSnapshotUtilizationDetailSourceThe job queue utilization at a specific point in time, including total capacity usage, and quota share or fairshare utilization breakdown depending on the job queue scheduling policy.
type nonrec t = {totalCapacityUsage : QueueSnapshotCapacityUsageList.t option;The total capacity usage for the entire job queue.
*)lastUpdatedAt : Long.t option;The Unix timestamp (in milliseconds) for when the queue utilization information was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Double of Double.t | `String of String_.t ])
list ]
list
| `Long of Long.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Double.t
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `Long of Long.t ])
list ])
list ]