TaskDefinitionInferenceAcceleratorArgs

data class TaskDefinitionInferenceAcceleratorArgs(val deviceName: Output<String>, val deviceType: Output<String>) : ConvertibleToJava<TaskDefinitionInferenceAcceleratorArgs>

Constructors

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

Properties

Link copied to clipboard
val deviceName: Output<String>

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>

Elastic Inference accelerator type to use.

Functions

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