Values_1.NeuronInfoSourceDescribes the neuron accelerators for the instance type.
type nonrec t = {neuronDevices : NeuronDeviceInfoList.t option;Describes the neuron accelerators for the instance type.
*)totalNeuronDeviceMemoryInMiB : TotalNeuronMemory.t option;The total size of the memory for the neuron accelerators for the instance type, in MiB.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of TotalNeuronMemory.t
| `List of
[> `Structure of
(string
* [> `Integer of int
| `String of string
| `Structure of (string * [> `Integer of int ]) list ])
list ]
list ])
list ]