I have a Vertex AI batch prediction job that is running and I do not know how to turn it off.
Specifically
"Vertex AI: Online/Batch Prediction N1 Predefined Instance Core running in EMEA for AI Platform"
Any ideas?
To stop a Vertex AI batch prediction job, you can follow these steps:
Google Cloud Console:
Stopping the Job:
Using gcloud Command Line:
Remember to replace JOB_NAME_OR_ID with the actual name or ID of your batch prediction job.
If you're unsure about the specific job name or where to find it in the Google Cloud Console, exploring the AI Platform or Vertex AI section should help you locate the running batch prediction job.
Once you find the job, the option to stop or cancel it should be visible. If you're still unsure or encountering issues, I recommend checking the Google Cloud documentation or contacting Google Cloud Support for more precise guidance.
Thank you for this answer. Very helpful