RuntimeAcceleratorConfigResponse

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

Definition of the types of hardware accelerators that can be used. Definition of the types of hardware accelerators that can be used. See Compute Engine AcceleratorTypes. Examples: * nvidia-tesla-k80 * nvidia-tesla-p100 * nvidia-tesla-v100 * nvidia-tesla-p4 * nvidia-tesla-t4 * nvidia-tesla-a100

Constructors

Link copied to clipboard
constructor(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

Accelerator model.