Hi,
I seem to be running into an issue with getting an AutoML model to train on a BigQuery dataset.
I created a dataset view in BigQuery
bq://velox-horse1.ml_datasets.conformation
using the console, I created a new dataset in VertexAI and it imported it without issue - dataset ID - 2137926692931371008
But, when I kicked off an AutoML train to train a tabular model, after 9 minutes or so I got the error.
Training pipeline failed with error message: Access denied
when accessing the BigQuery resources or the data backing the BigQuery
resources.
I wnt back to BigQuery, opened up the ml_datasets view and explcitly added service-<myprojectIDwithheld>@gcp-sa-aiplatform.iam.gserviceaccount.com to the list of bigquery admins on velox-horse1.ml_datasets.
I then kicked off another AutoML train and it started but at the same 9 min mark this time produced the error...
Training pipeline failed with error message: BigQuery resource does not exist.
The training pipeline ID is 3342406840385273856
Obviously the resouce exists, as it imported the schema for the dataset. Any ideas as to why this would occur?
Thanks in advance
Byron