Values.AcceleratorCapabilitiesSourceProvides information about the GPU accelerators used for jobs processed by a fleet. Accelerator capabilities cannot be used with wait-and-save fleets. If you specify accelerator capabilities, you must use either spot or on-demand instance market options. Each accelerator type maps to specific EC2 instance families: t4: Uses G4dn instance family a10g: Uses G5 instance family l4: Uses G6 and Gr6 instance families l40s: Uses G6e instance family rtx-pro-server-6000: Uses G7e instance family
type nonrec t = {selections : AcceleratorSelections.t;A list of accelerator capabilities requested for this fleet. Only Amazon Elastic Compute Cloud instances that provide these capabilities will be used. For example, if you specify both L4 and T4 chips, Amazon Web Services Deadline Cloud will use Amazon EC2 instances that have either the L4 or the T4 chip installed. You must specify at least one accelerator selection. You cannot specify the same accelerator name multiple times in the selections list. All accelerators in the selections must use the same runtime version.
*)count : AcceleratorCountRange.t option;The number of GPU accelerators specified for worker hosts in this fleet. You must specify either acceleratorCapabilities.count.max or allowedInstanceTypes when using accelerator capabilities. If you don't specify a maximum count, Amazon Web Services Deadline Cloud uses the instance types you specify in allowedInstanceTypes to determine the maximum number of accelerators.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of AcceleratorRuntime.t ])
list ]
list
| `Structure of (string * [> `Integer of MinZeroMaxInteger.t ]) list ])
list ]