Module Values.EcsInferenceAcceleratorOverrideSource

Details on an Elastic Inference accelerator task override. This parameter is used to override the Elastic Inference accelerator specified in the task definition. 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 option;
    (*

    The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.

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

    The Elastic Inference accelerator type to use.

    *)
}
Sourceval make : ?deviceName:??? -> ?deviceType:??? -> 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