Skip to content

Commit 0290747

Browse files
feat: A new value NVIDIA_RTX_PRO_6000 is added to enum AcceleratorType (#31554)
* feat: A new value `NVIDIA_RTX_PRO_6000` is added to enum `AcceleratorType` PiperOrigin-RevId: 811944758 Source-Link: googleapis/googleapis@bc546b9 Source-Link: googleapis/googleapis-gen@23ebd71 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWFpX3BsYXRmb3JtLXYxLy5Pd2xCb3QueWFtbCIsImgiOiIyM2ViZDcxZmViMzk4MDY2N2M3MmVmZWRhYjU1Zjk3MDc1YTRmZmM1In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e96a34d commit 0290747

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

google-cloud-ai_platform-v1/lib/google/cloud/aiplatform/v1/accelerator_type_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-ai_platform-v1/proto_docs/google/cloud/aiplatform/v1/accelerator_type.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ module AcceleratorType
6666
# Nvidia GB200 GPU.
6767
NVIDIA_GB200 = 17
6868

69+
# Nvidia RTX Pro 6000 GPU.
70+
NVIDIA_RTX_PRO_6000 = 18
71+
6972
# TPU v2.
7073
TPU_V2 = 6
7174

0 commit comments

Comments
 (0)