Task Definition Inference Accelerator Args
data class TaskDefinitionInferenceAcceleratorArgs(val deviceName: Output<String>? = null, val deviceType: Output<String>? = null) : ConvertibleToJava<TaskDefinitionInferenceAcceleratorArgs>
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.
Properties
Link copied to clipboard
The Elastic Inference accelerator device name. The `deviceName`
must also be referenced in a container definition as a ResourceRequirement.
Link copied to clipboard
The Elastic Inference accelerator type to use.