Hi,
I have been doing batch inference in Vertex AI with custom model. The input data is from BigQuery table. Last week it worked, but for some reason now I can’t select the same table I did then, because of region vs. multi-region. Happens when trying to do this on the GCP console.
When writing the path to the input table I get the following error: “BigQuery resource must be in europe-west3. The selected resource is in EU.” Even though the BigQuery dataset was in multi-region (EU) last week when I was able to run the batch inference. Last week I was also able to browse other multi-region datasets in the input selection, but now I see nothing. For output selection I can browse and select multi-region (EU) datasets/tables.
Has something changed in Vertex AI during the weekend, or why can’t I select the input to be multi-region dataset. Or should it have been possible from the start. And why the output table can be selected from multi-region? If I were to use GCS buckets for the input/output, those could be selected from multi-region buckets.
From what I understand the models can’t be saved to multi-region. So would the best solution here be to create a dataset with the same region (europe-west3) as the model for the input data. Or is there way to get the input from multi-region dataset.