Reference documentation and code samples for the Google Cloud Notebooks V2 Client class AcceleratorType.
Definition of the types of hardware accelerators that can be used on this instance.
Protobuf type google.cloud.notebooks.v2.AcceleratorConfig.AcceleratorType
Namespace
Google \ Cloud \ Notebooks \ V2 \ AcceleratorConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ACCELERATOR_TYPE_UNSPECIFIED
Value: 0Accelerator type is not specified.
Generated from protobuf enum ACCELERATOR_TYPE_UNSPECIFIED = 0;
NVIDIA_TESLA_P100
Value: 2Accelerator type is Nvidia Tesla P100.
Generated from protobuf enum NVIDIA_TESLA_P100 = 2;
NVIDIA_TESLA_V100
Value: 3Accelerator type is Nvidia Tesla V100.
Generated from protobuf enum NVIDIA_TESLA_V100 = 3;
NVIDIA_TESLA_P4
Value: 4Accelerator type is Nvidia Tesla P4.
Generated from protobuf enum NVIDIA_TESLA_P4 = 4;
NVIDIA_TESLA_T4
Value: 5Accelerator type is Nvidia Tesla T4.
Generated from protobuf enum NVIDIA_TESLA_T4 = 5;
NVIDIA_TESLA_A100
Value: 11Accelerator type is Nvidia Tesla A100 - 40GB.
Generated from protobuf enum NVIDIA_TESLA_A100 = 11;
NVIDIA_A100_80GB
Value: 12Accelerator type is Nvidia Tesla A100 - 80GB.
Generated from protobuf enum NVIDIA_A100_80GB = 12;
NVIDIA_L4
Value: 13Accelerator type is Nvidia Tesla L4.
Generated from protobuf enum NVIDIA_L4 = 13;
NVIDIA_TESLA_T4_VWS
Value: 8Accelerator type is NVIDIA Tesla T4 Virtual Workstations.
Generated from protobuf enum NVIDIA_TESLA_T4_VWS = 8;
NVIDIA_TESLA_P100_VWS
Value: 9Accelerator type is NVIDIA Tesla P100 Virtual Workstations.
Generated from protobuf enum NVIDIA_TESLA_P100_VWS = 9;
NVIDIA_TESLA_P4_VWS
Value: 10Accelerator type is NVIDIA Tesla P4 Virtual Workstations.
Generated from protobuf enum NVIDIA_TESLA_P4_VWS = 10;