Values_1.DescribeClusterSchedulerConfigRequestSourceDescription of the cluster policy. This policy is used for task prioritization and fair-share allocation. This helps prioritize critical workloads and distributes idle compute across entities.
type nonrec t = {clusterSchedulerConfigId : Values_0.ClusterSchedulerConfigId.t;ID of the cluster policy.
*)clusterSchedulerConfigVersion : Values_0.Integer.t option;Version of the cluster policy.
*)}val make :
?clusterSchedulerConfigVersion:??? ->
clusterSchedulerConfigId:Values_0.ClusterSchedulerConfigId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `String of Values_0.ClusterSchedulerConfigId.t ])
list ]