Skip to content

Commit 374928c

Browse files
Google APIscopybara-github
authored andcommitted
feat: A new value NVIDIA_RTX_PRO_6000 is added to enum AcceleratorType
PiperOrigin-RevId: 811946289
1 parent bc546b9 commit 374928c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/aiplatform/v1beta1/accelerator_type.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ enum AcceleratorType {
6969
// Nvidia GB200 GPU.
7070
NVIDIA_GB200 = 17;
7171

72+
// Nvidia RTX Pro 6000 GPU.
73+
NVIDIA_RTX_PRO_6000 = 18;
74+
7275
// TPU v2.
7376
TPU_V2 = 6;
7477

0 commit comments

Comments
 (0)