GetTaskExecutionOverridesInferenceAcceleratorOverride

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

Constructors

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 to override for the task. This parameter must match a deviceName specified in the task definition.

Link copied to clipboard
val deviceType: String? = null

The Elastic Inference accelerator type to use.