Class: Aws::ECS::Types::InferenceAccelerator
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::InferenceAccelerator
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_name ⇒ String
The Elastic Inference accelerator device name.
-
#device_type ⇒ String
The Elastic Inference accelerator type to use.
Instance Attribute Details
#device_name ⇒ String
The Elastic Inference accelerator device name. The deviceName
must
also be referenced in a container definition as a
ResourceRequirement.
5562 5563 5564 5565 5566 5567 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5562 class InferenceAccelerator < Struct.new( :device_name, :device_type) SENSITIVE = [] include Aws::Structure end |
#device_type ⇒ String
The Elastic Inference accelerator type to use.
5562 5563 5564 5565 5566 5567 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5562 class InferenceAccelerator < Struct.new( :device_name, :device_type) SENSITIVE = [] include Aws::Structure end |