Module Values.InferenceAcceleratorSource

Details on an Elastic Inference accelerator. For more information, see Working with Amazon Elastic Inference on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

Sourcetype nonrec t = {
  1. deviceName : String_.t;
    (*

    The Elastic Inference accelerator device name. The deviceName must also be referenced in a container definition as a ResourceRequirement.

    *)
  2. deviceType : String_.t;
    (*

    The Elastic Inference accelerator type to use.

    *)
}
Sourceval context_ : string
Sourceval make : deviceName:String_.t -> deviceType:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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