I’m working with Google Cloud’s Vertex AI AutoML feature to create a regression model using tabular data. My dataset uploaded successfully to the platform, but I keep running into issues when trying to execute the pipeline.
What I’ve tried so far:
- Used the standard AutoML template for tabular regression
- Kept all default configuration settings initially
- Changed machine types from
n1-standard-8andn1-highmem-8ton1-standard-4after the first failure - Verified that compute service permissions are properly configured
The problem:
Every pipeline execution fails, regardless of the machine type configuration I use. The error logs don’t provide clear guidance on what’s causing the failure.
My setup:
- Using Vertex AI’s built-in AutoML pipeline template
- Tabular dataset for regression analysis
- Default pipeline parameters (tried both standard and modified machine types)
- All necessary API permissions appear to be enabled
Has anyone encountered similar issues with Vertex AI AutoML pipelines? I’m not sure what else to troubleshoot at this point.