InstanceGceSetupAcceleratorConfig

data class InstanceGceSetupAcceleratorConfig(val coreCount: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(coreCount: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val coreCount: String? = null

Optional. Count of cores of this accelerator.

Link copied to clipboard
val type: String? = null

Optional. Type of this accelerator. Possible values are: NVIDIA_TESLA_P100, NVIDIA_TESLA_V100, NVIDIA_TESLA_P4, NVIDIA_TESLA_T4, NVIDIA_TESLA_A100, NVIDIA_A100_80GB, NVIDIA_L4, NVIDIA_TESLA_T4_VWS, NVIDIA_TESLA_P100_VWS, NVIDIA_TESLA_P4_VWS.