class Aws::ECS::Types::InferenceAcceleratorOverride

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*.

[1]: docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-eia.html

@note When making an API call, you may pass InferenceAcceleratorOverride

data as a hash:

    {
      device_name: "String",
      device_type: "String",
    }

@!attribute [rw] device_name

The Elastic Inference accelerator device name to override for the
task. This parameter must match a `deviceName` specified in the task
definition.
@return [String]

@!attribute [rw] device_type

The Elastic Inference accelerator type to use.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/InferenceAcceleratorOverride AWS API Documentation

Constants

SENSITIVE