Skip to content

Commit

Permalink
feat: Add support for new Vertex regions (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanyixu199 committed Nov 8, 2021
1 parent 69031e9 commit 8d04138
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/cloud/aiplatform/constants.py
Expand Up @@ -18,18 +18,22 @@
DEFAULT_REGION = "us-central1"
SUPPORTED_REGIONS = {
"asia-east1",
"asia-east2",
"asia-northeast1",
"asia-northeast3",
"asia-south1",
"asia-southeast1",
"australia-southeast1",
"europe-west1",
"europe-west2",
"europe-west3",
"europe-west4",
"northamerica-northeast1",
"us-central1",
"us-east1",
"us-east4",
"us-west1",
"us-west2",
}

API_BASE_PATH = "aiplatform.googleapis.com"
Expand Down

0 comments on commit 8d04138

Please sign in to comment.