Values.AcceleratorCountRequestSourceThe minimum and maximum number of accelerators (such as GPUs) for instance type selection. This is used for workloads that require specific numbers of accelerators.
type nonrec t = {min : BoxedInteger.t option;The minimum number of accelerators. Instance types with fewer accelerators are excluded from selection.
*)max : BoxedInteger.t option;The maximum number of accelerators. Instance types with more accelerators are excluded from selection.
*)}