InferenceAcceleratorArgs

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

Definition of InferenceAccelerator

Constructors

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

Properties

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

The Elastic Inference accelerator type to use.

Functions

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