SchedulerAcceleratorConfigResponse

data class SchedulerAcceleratorConfigResponse(val coreCount: String, val type: String)

Definition of a hardware accelerator. Note that not all combinations of type and core_count are valid. Check GPUs on Compute Engine to find a valid combination. TPUs are not supported.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Count of cores of this accelerator.

Link copied to clipboard

Type of this accelerator.