From b078e50cc0c73d87d02cd7483e2e96009340190d Mon Sep 17 00:00:00 2001 From: Alec Glassford Date: Fri, 12 Nov 2021 09:22:30 -0800 Subject: [PATCH] Relax language re: multi-region bucket for training (#142) I believe you *can* use a multi-region; it just might not work as well (e.g. for latency, cost) as a regional bucket where you are doing other operations. This removes in inaccurate statement. --- notebooks/notebook_template.ipynb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/notebooks/notebook_template.ipynb b/notebooks/notebook_template.ipynb index b8d65b067..1319a6149 100644 --- a/notebooks/notebook_template.ipynb +++ b/notebooks/notebook_template.ipynb @@ -415,9 +415,8 @@ "Cloud Storage buckets.\n", "\n", "You may also change the `REGION` variable, which is used for operations\n", - "throughout the rest of this notebook. Make sure to [choose a region where Vertex AI services are\n", - "available](https://cloud.google.com/vertex-ai/docs/general/locations#available_regions). You may\n", - "not use a Multi-Regional Storage bucket for training with Vertex AI." + "throughout the rest of this notebook. We suggest that you [choose a region where Vertex AI services are\n", + "available](https://cloud.google.com/vertex-ai/docs/general/locations#available_regions)." ] }, {