AcceleratorCountRange

Defines the maximum and minimum number of GPU accelerators required for a worker instance..

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 GPU accelerators in the worker host.

Link copied to clipboard
val min: Int

The minimum number of GPU accelerators in the worker host.

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