Values_1.FpgaInfoSourceDescribes the FPGAs for the instance type.
type nonrec t = {fpgas : FpgaDeviceInfoList.t option;Describes the FPGAs for the instance type.
*)totalFpgaMemoryInMiB : TotalFpgaMemory.t option;The total memory of all FPGA accelerators for the instance type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of TotalFpgaMemory.t
| `List of
[> `Structure of
(string
* [> `Integer of int
| `String of string
| `Structure of (string * [> `Integer of int ]) list ])
list ]
list ])
list ]