Module Values_1.NeuronInfoSource

Describes the neuron accelerators for the instance type.

Sourcetype nonrec t = {
  1. neuronDevices : NeuronDeviceInfoList.t option;
    (*

    Describes the neuron accelerators for the instance type.

    *)
  2. totalNeuronDeviceMemoryInMiB : TotalNeuronMemory.t option;
    (*

    The total size of the memory for the neuron accelerators for the instance type, in MiB.

    *)
}
Sourceval make : ?neuronDevices:??? -> ?totalNeuronDeviceMemoryInMiB:??? -> unit -> t
Sourceval 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 ]
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