Class: Aws::Pipes::Types::EcsInferenceAcceleratorOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::EcsInferenceAcceleratorOverride
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pipes/types.rb
Overview
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/userguide/ecs-inference.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_name ⇒ String
The Elastic Inference accelerator device name to override for the task.
-
#device_type ⇒ String
The Elastic Inference accelerator type to use.
Instance Attribute Details
#device_name ⇒ String
The Elastic Inference accelerator device name to override for the task. This parameter must match a ‘deviceName` specified in the task definition.
1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-pipes/types.rb', line 1006 class EcsInferenceAcceleratorOverride < Struct.new( :device_name, :device_type) SENSITIVE = [] include Aws::Structure end |
#device_type ⇒ String
The Elastic Inference accelerator type to use.
1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-pipes/types.rb', line 1006 class EcsInferenceAcceleratorOverride < Struct.new( :device_name, :device_type) SENSITIVE = [] include Aws::Structure end |