LaunchTemplateAcceleratorCountArgs

data class LaunchTemplateAcceleratorCountArgs(val max: Output<Int>? = null, val min: Output<Int>? = null) : ConvertibleToJava<LaunchTemplateAcceleratorCountArgs>

The minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferential chips) on an instance.

Constructors

Link copied to clipboard
fun LaunchTemplateAcceleratorCountArgs(max: Output<Int>? = null, min: Output<Int>? = null)

Functions

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

Properties

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

The maximum number of accelerators.

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

The minimum number of accelerators.