LaunchTemplateElasticInferenceAccelerator

data class LaunchTemplateElasticInferenceAccelerator(val count: Int? = null, val type: String? = null)

Specifies an elastic inference accelerator.

Constructors

fun LaunchTemplateElasticInferenceAccelerator(count: Int? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null

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

Link copied to clipboard
val type: String? = null

The type of elastic inference accelerator.