InstanceAcceleratorConfig

data class InstanceAcceleratorConfig(val coreCount: Int, val type: String)

Constructors

Link copied to clipboard
constructor(coreCount: Int, 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. Possible values are: ACCELERATOR_TYPE_UNSPECIFIED, NVIDIA_TESLA_K80, NVIDIA_TESLA_P100, NVIDIA_TESLA_V100, NVIDIA_TESLA_P4, NVIDIA_TESLA_T4, NVIDIA_TESLA_T4_VWS, NVIDIA_TESLA_P100_VWS, NVIDIA_TESLA_P4_VWS, NVIDIA_TESLA_A100, TPU_V2, TPU_V3.