Module Values_0.InferenceDeviceInfoSource

Amazon Elastic Inference is no longer available. Describes the Inference accelerators for the instance type.

Sourcetype nonrec t = {
  1. count : InferenceDeviceCount.t option;
    (*

    The number of Inference accelerators for the instance type.

    *)
  2. name : InferenceDeviceName.t option;
    (*

    The name of the Inference accelerator.

    *)
  3. manufacturer : InferenceDeviceManufacturerName.t option;
    (*

    The manufacturer of the Inference accelerator.

    *)
  4. memoryInfo : InferenceDeviceMemoryInfo.t option;
    (*

    Describes the memory available to the inference accelerator.

    *)
}
Sourceval make : ?count:??? -> ?name:??? -> ?manufacturer:??? -> ?memoryInfo:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of InferenceDeviceCount.t | `String of InferenceDeviceName.t | `Structure of (string * [> `Integer of InferenceDeviceMemorySize.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t