Values.AcceleratorCountRangeSourceDefines the maximum and minimum number of GPU accelerators required for a worker instance..
type nonrec t = {min : MinZeroMaxInteger.t;The minimum number of GPU accelerators in the worker host.
*)max : MinZeroMaxInteger.t option;The maximum number of GPU accelerators in the worker host.
*)}