TaskDefinitionInferenceAccelerator

data class TaskDefinitionInferenceAccelerator(val deviceName: String? = null, val deviceType: String? = null)

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: String? = null, deviceType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deviceName: 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: String? = null

The Elastic Inference accelerator type to use.