Google Cloud Ai Platform V1 Client - Class AcceleratorType (0.18.0)

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;

NVIDIA_A100_80GB

Value: 9

Nvidia A100 80GB GPU.

Generated from protobuf enum NVIDIA_A100_80GB = 9;

NVIDIA_L4

Value: 11

Nvidia L4 GPU.

Generated from protobuf enum NVIDIA_L4 = 11;

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;

TPU_V4_POD

Value: 10

TPU v4.

Generated from protobuf enum TPU_V4_POD = 10;