LaunchTemplateAcceleratorTotalMemoryMiB

data class LaunchTemplateAcceleratorTotalMemoryMiB(val max: Int? = null, val min: Int? = null)

The minimum and maximum amount of total accelerator memory, in MiB.

Constructors

Link copied to clipboard
fun LaunchTemplateAcceleratorTotalMemoryMiB(max: Int? = null, min: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Int? = null

The maximum amount of accelerator memory, in MiB.

Link copied to clipboard
val min: Int? = null

The minimum amount of accelerator memory, in MiB.