Reference documentation and code samples for the Google Cloud Notebooks V1 Client class AcceleratorType.
Type of this accelerator.
Protobuf type google.cloud.notebooks.v1.RuntimeAcceleratorConfig.AcceleratorType
Namespace
Google \ Cloud \ Notebooks \ V1 \ RuntimeAcceleratorConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ACCELERATOR_TYPE_UNSPECIFIED
Value: 0
Accelerator type is not specified.
Generated from protobuf enum ACCELERATOR_TYPE_UNSPECIFIED = 0;
NVIDIA_TESLA_K80
Value: 1
Accelerator type is Nvidia Tesla K80.
Generated from protobuf enum NVIDIA_TESLA_K80 = 1 [deprecated = true];
NVIDIA_TESLA_P100
Value: 2
Accelerator type is Nvidia Tesla P100.
Generated from protobuf enum NVIDIA_TESLA_P100 = 2;
NVIDIA_TESLA_V100
Value: 3
Accelerator type is Nvidia Tesla V100.
Generated from protobuf enum NVIDIA_TESLA_V100 = 3;
NVIDIA_TESLA_P4
Value: 4
Accelerator type is Nvidia Tesla P4.
Generated from protobuf enum NVIDIA_TESLA_P4 = 4;
NVIDIA_TESLA_T4
Value: 5
Accelerator type is Nvidia Tesla T4.
Generated from protobuf enum NVIDIA_TESLA_T4 = 5;
NVIDIA_TESLA_A100
Value: 6
Accelerator type is Nvidia Tesla A100.
Generated from protobuf enum NVIDIA_TESLA_A100 = 6;
TPU_V2
Value: 7
(Coming soon) Accelerator type is TPU V2.
Generated from protobuf enum TPU_V2 = 7;
TPU_V3
Value: 8
(Coming soon) Accelerator type is TPU V3.
Generated from protobuf enum TPU_V3 = 8;
NVIDIA_TESLA_T4_VWS
Value: 9
Accelerator type is NVIDIA Tesla T4 Virtual Workstations.
Generated from protobuf enum NVIDIA_TESLA_T4_VWS = 9;
NVIDIA_TESLA_P100_VWS
Value: 10
Accelerator type is NVIDIA Tesla P100 Virtual Workstations.
Generated from protobuf enum NVIDIA_TESLA_P100_VWS = 10;
NVIDIA_TESLA_P4_VWS
Value: 11
Accelerator type is NVIDIA Tesla P4 Virtual Workstations.
Generated from protobuf enum NVIDIA_TESLA_P4_VWS = 11;