LaunchTemplateElasticInferenceAcceleratorArgs

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

Specifies an elastic inference accelerator.

Constructors

fun LaunchTemplateElasticInferenceAcceleratorArgs(count: Output<Int>? = null, type: Output<String>? = null)

Functions

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

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>? = null

The type of elastic inference accelerator.