InferenceAcceleratorResponse

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

Definition of InferenceAccelerator

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.