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

Class: Aws::ECS::Types::InferenceAccelerator

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

Overview

Note:

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

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

Details on a Elastic Inference accelerator. 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. The deviceName must also be referenced in a container definition as a ResourceRequirement.

Returns:

  • (String)

    The Elastic Inference accelerator device name.

#device_typeString

The Elastic Inference accelerator type to use.

Returns:

  • (String)

    The Elastic Inference accelerator type to use.