Values_0.NeuronDeviceInfoSourceDescribes the neuron accelerators for the instance type.
type nonrec t = {count : NeuronDeviceCount.t option;The number of neuron accelerators for the instance type.
*)name : NeuronDeviceName.t option;The name of the neuron accelerator.
*)coreInfo : NeuronDeviceCoreInfo.t option;Describes the cores available to each neuron accelerator.
*)memoryInfo : NeuronDeviceMemoryInfo.t option;Describes the memory available to each neuron accelerator.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of NeuronDeviceCount.t
| `String of NeuronDeviceName.t
| `Structure of
(string * [> `Integer of NeuronDeviceCoreCount.t ]) list ])
list ]