Reference documentation and code samples for the Google Cloud Notebooks V1 Client class SchedulerAcceleratorType.
Hardware accelerator types for AI Platform Training jobs.
Protobuf type google.cloud.notebooks.v1.ExecutionTemplate.SchedulerAcceleratorType
Namespace
Google \ Cloud \ Notebooks \ V1 \ ExecutionTemplateMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SCHEDULER_ACCELERATOR_TYPE_UNSPECIFIED
Value: 0Unspecified accelerator type. Default to no GPU.
Generated from protobuf enum SCHEDULER_ACCELERATOR_TYPE_UNSPECIFIED = 0;
NVIDIA_TESLA_K80
Value: 1Nvidia Tesla K80 GPU.
Generated from protobuf enum NVIDIA_TESLA_K80 = 1;
NVIDIA_TESLA_P100
Value: 2Nvidia Tesla P100 GPU.
Generated from protobuf enum NVIDIA_TESLA_P100 = 2;
NVIDIA_TESLA_V100
Value: 3Nvidia Tesla V100 GPU.
Generated from protobuf enum NVIDIA_TESLA_V100 = 3;
NVIDIA_TESLA_P4
Value: 4Nvidia Tesla P4 GPU.
Generated from protobuf enum NVIDIA_TESLA_P4 = 4;
NVIDIA_TESLA_T4
Value: 5Nvidia Tesla T4 GPU.
Generated from protobuf enum NVIDIA_TESLA_T4 = 5;
NVIDIA_TESLA_A100
Value: 10Nvidia Tesla A100 GPU.
Generated from protobuf enum NVIDIA_TESLA_A100 = 10;
TPU_V2
Value: 6TPU v2.
Generated from protobuf enum TPU_V2 = 6;
TPU_V3
Value: 7TPU v3.
Generated from protobuf enum TPU_V3 = 7;