From b57c5036bc71e00cfd2616b8c4b31cea00740ce8 Mon Sep 17 00:00:00 2001 From: A Vertex SDK engineer Date: Fri, 13 Feb 2026 13:18:33 -0800 Subject: [PATCH] chore: Enable us-west8 PiperOrigin-RevId: 869861230 --- google/cloud/aiplatform/constants/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/google/cloud/aiplatform/constants/base.py b/google/cloud/aiplatform/constants/base.py index fa692b0c63..274cb29316 100644 --- a/google/cloud/aiplatform/constants/base.py +++ b/google/cloud/aiplatform/constants/base.py @@ -62,6 +62,7 @@ "us-west2", "us-west3", "us-west4", + "us-west8", } )