Values_0.InferenceDeviceInfoSourceAmazon Elastic Inference is no longer available. Describes the Inference accelerators for the instance type.
type nonrec t = {count : InferenceDeviceCount.t option;The number of Inference accelerators for the instance type.
*)name : InferenceDeviceName.t option;The name of the Inference accelerator.
*)manufacturer : InferenceDeviceManufacturerName.t option;The manufacturer of the Inference accelerator.
*)memoryInfo : InferenceDeviceMemoryInfo.t option;Describes the memory available to the inference accelerator.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of InferenceDeviceCount.t
| `String of InferenceDeviceName.t
| `Structure of
(string * [> `Integer of InferenceDeviceMemorySize.t ]) list ])
list ]