Values_1.GpuInfoSourceDescribes the GPU accelerators for the instance type.
type nonrec t = {gpus : GpuDeviceInfoList.t option;Describes the GPU accelerators for the instance type.
*)totalGpuMemoryInMiB : TotalGpuMemory.t option;The total size of the memory for the GPU accelerators for the instance type, in MiB.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of TotalGpuMemory.t
| `List of
[> `Structure of
(string
* [> `Double of float
| `Integer of int
| `List of [> `String of string ] list
| `String of string
| `Structure of (string * [> `Integer of int ]) list ])
list ]
list ])
list ]