You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECS::Types::InferenceAcceleratorOverride

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InferenceAcceleratorOverride as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#device_nameString

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

Returns:

  • (String)

    The Elastic Inference accelerator device name to override for the task.

#device_typeString

The Elastic Inference accelerator type to use.

Returns:

  • (String)

    The Elastic Inference accelerator type to use.