AcceleratorTotalMemoryMibRequest

The minimum and maximum total accelerator memory in mebibytes (MiB) for instance type selection. This is important for GPU workloads that require specific amounts of video memory.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Int?

The maximum total accelerator memory in MiB. Instance types with more accelerator memory are excluded from selection.

Link copied to clipboard
val min: Int?

The minimum total accelerator memory in MiB. Instance types with less accelerator memory are excluded from selection.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String