Module Values.AcceleratorCountRangeSource

Defines the maximum and minimum number of GPU accelerators required for a worker instance..

Sourcetype nonrec t = {
  1. min : MinZeroMaxInteger.t;
    (*

    The minimum number of GPU accelerators in the worker host.

    *)
  2. max : MinZeroMaxInteger.t option;
    (*

    The maximum number of GPU accelerators in the worker host.

    *)
}
Sourceval context_ : string
Sourceval make : ?max:??? -> min:MinZeroMaxInteger.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MinZeroMaxInteger.t ]) 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