From 2cdc45b7b0ced1a1d6a5cb7d0b267829827dd6da Mon Sep 17 00:00:00 2001 From: Jennie Date: Sat, 4 May 2024 09:22:33 +0800 Subject: [PATCH] Information is outdated. Feature Store API is now available in more regions. (#2923) --- ...ching_bigquery_data_with_feature_store_bigtable.ipynb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/notebooks/official/feature_store/online_feature_serving_and_fetching_bigquery_data_with_feature_store_bigtable.ipynb b/notebooks/official/feature_store/online_feature_serving_and_fetching_bigquery_data_with_feature_store_bigtable.ipynb index 512300594..4b81217aa 100644 --- a/notebooks/official/feature_store/online_feature_serving_and_fetching_bigquery_data_with_feature_store_bigtable.ipynb +++ b/notebooks/official/feature_store/online_feature_serving_and_fetching_bigquery_data_with_feature_store_bigtable.ipynb @@ -236,9 +236,16 @@ "You can also change the `REGION` variable used by Vertex AI. Learn more about [Vertex AI regions](https://cloud.google.com/vertex-ai/docs/general/locations). Note that the new API is currently only available in the following regions:\n", "* `us-centra1`\n", "* `us-east1`\n", + "* `us-east4`\n", "* `us-west1`\n", + "* `us-west2`\n", + "* `us-west3`\n", + "* `europe-west2`\n", + "* `europe-west3`\n", "* `europe-west4`\n", - "* `asia-southeast1`" + "* `europe-west8`\n", + "* `asia-southeast1`\n", + "* `asia-northeast2`" ] }, {