AcceleratorConfigResponse

data class AcceleratorConfigResponse(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

Link copied to clipboard
fun AcceleratorConfigResponse(coreCount: String, type: String)

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.