Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying instance type when submitting Vertex AI batch prediction job #4440

Open
jamin-chen opened this issue Sep 20, 2024 · 0 comments
Assignees
Labels
api: vertex-ai Issues related to the googleapis/python-aiplatform API.

Comments

@jamin-chen
Copy link

My batch prediction jobs are failing with an INTERNAL error. I had a video call with Google support and they told me it's due to the instance running low on RAM.

We should be able to specify the instance type when creating a Vertex AI batch prediction job:

aiplatform_job = jobs.BatchPredictionJob.submit(
model_name=model_name,
gcs_source=gcs_source,
bigquery_source=bigquery_source,
gcs_destination_prefix=gcs_destination_prefix,
bigquery_destination_prefix=bigquery_destination_prefix,
)

@product-auto-label product-auto-label bot added the api: vertex-ai Issues related to the googleapis/python-aiplatform API. label Sep 20, 2024
@jaycee-li jaycee-li self-assigned this Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: vertex-ai Issues related to the googleapis/python-aiplatform API.
Projects
None yet
Development

No branches or pull requests

2 participants