AcceleratorCountRequest

The minimum and maximum number of accelerators (such as GPUs) for instance type selection. This is used for workloads that require specific numbers of accelerators.

Types

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

Properties

Link copied to clipboard
val max: Int?

The maximum number of accelerators. Instance types with more accelerators are excluded from selection.

Link copied to clipboard
val min: Int?

The minimum number of accelerators. Instance types with fewer accelerators 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