TaskDefinitionInferenceAcceleratorArgs

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.

Constructors

Link copied to clipboard
constructor(deviceName: Output<String>? = null, deviceType: Output<String>? = null)

Properties

Link copied to clipboard
val deviceName: Output<String>? = null

The Elastic Inference accelerator device name. The `deviceName` must also be referenced in a container definition as a ResourceRequirement.

Link copied to clipboard
val deviceType: Output<String>? = null

The Elastic Inference accelerator type to use.

Functions

Link copied to clipboard
open override fun toJava(): TaskDefinitionInferenceAcceleratorArgs