InstanceElasticInferenceAcceleratorArgs

data class InstanceElasticInferenceAcceleratorArgs(val count: Output<Int>? = null, val type: Output<String>) : ConvertibleToJava<InstanceElasticInferenceAcceleratorArgs>

Constructors

Link copied to clipboard
constructor(count: Output<Int>? = null, type: Output<String>)

Properties

Link copied to clipboard
val count: Output<Int>? = null

The number of elastic inference accelerators to attach to the instance.

Link copied to clipboard
val type: Output<String>

The type of elastic inference accelerator.

Functions

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