I'm using python to submit generative ai BatchPredictionJobs against the gemini pro model. These can take a while so I'd like to receive a notification when it is complete. Is there a straightforward way to make that happen?
I checked eventarc, but didn't find anything suitable in its list of supported events.
I checked cloud monitoring, but also can't find an event that seems applicable except maybe executing_vertexai_pipeline_jobs but I don't think this is a pipeline job. Checking cloud monitoring, though, I can't find executing_vertexai_pipeline_jobs or any other metric that seems applicable.
Hi @taotree,
Welcome to Google Cloud Community!
To receive notifications upon the completion of your BatchPredictionJobs using the Gemini Pro model in Vertex AI, you can set up a notification system using a combination of Google Cloud Pub/Sub and Cloud Functions.
Here’s how you can possibly do it :
You also visit the following documentation for more detailed information about setting up a notification system using Google Cloud Pub/Sub and Cloud Functions:
I hope the above information is helpful.
Hi, what parameter in the BatchPredictionJob class allows us to specify the Pub/Sub topic that should send a 'COMPLETE' status to?
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |