Skip to content

Commit 69d549c

Browse files
Google APIscopybara-github
authored andcommitted
feat: A new value NVIDIA_B200 & NVIDIA_H200_141GB is added to enum AcceleratorType
PiperOrigin-RevId: 756525828
1 parent e1e3efd commit 69d549c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

google/cloud/aiplatform/v1/accelerator_type.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ option java_package = "com.google.cloud.aiplatform.v1";
2424
option php_namespace = "Google\\Cloud\\AIPlatform\\V1";
2525
option ruby_package = "Google::Cloud::AIPlatform::V1";
2626

27+
// LINT: LEGACY_NAMES
2728
// Represents a hardware accelerator type.
2829
enum AcceleratorType {
2930
// Unspecified accelerator type, which means no accelerator.
@@ -60,6 +61,12 @@ enum AcceleratorType {
6061
// Nvidia H100 Mega 80Gb GPU.
6162
NVIDIA_H100_MEGA_80GB = 14;
6263

64+
// Nvidia H200 141Gb GPU.
65+
NVIDIA_H200_141GB = 15;
66+
67+
// Nvidia B200 GPU.
68+
NVIDIA_B200 = 16;
69+
6370
// TPU v2.
6471
TPU_V2 = 6;
6572

0 commit comments

Comments
 (0)