Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class AcceleratorType.
Represents a hardware accelerator type.
Protobuf type google.cloud.aiplatform.v1.AcceleratorType
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ACCELERATOR_TYPE_UNSPECIFIED
Value: 0
Unspecified accelerator type, which means no accelerator.
Generated from protobuf enum ACCELERATOR_TYPE_UNSPECIFIED = 0;
NVIDIA_TESLA_K80
Value: 1
Nvidia Tesla K80 GPU.
Generated from protobuf enum NVIDIA_TESLA_K80 = 1;
NVIDIA_TESLA_P100
Value: 2
Nvidia Tesla P100 GPU.
Generated from protobuf enum NVIDIA_TESLA_P100 = 2;
NVIDIA_TESLA_V100
Value: 3
Nvidia Tesla V100 GPU.
Generated from protobuf enum NVIDIA_TESLA_V100 = 3;
NVIDIA_TESLA_P4
Value: 4
Nvidia Tesla P4 GPU.
Generated from protobuf enum NVIDIA_TESLA_P4 = 4;
NVIDIA_TESLA_T4
Value: 5
Nvidia Tesla T4 GPU.
Generated from protobuf enum NVIDIA_TESLA_T4 = 5;
NVIDIA_TESLA_A100
Value: 8
Nvidia Tesla A100 GPU.
Generated from protobuf enum NVIDIA_TESLA_A100 = 8;
TPU_V2
Value: 6
TPU v2.
Generated from protobuf enum TPU_V2 = 6;
TPU_V3
Value: 7
TPU v3.
Generated from protobuf enum TPU_V3 = 7;