GetTaskExecutionOverridesInferenceAcceleratorOverride

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

Constructors

constructor(deviceName: String? = null, deviceType: String? = null)

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.

Functions

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