I'm currently running jobs on Vertex AI and I encountered the following problem :
"error": {
"code": 429,
"message": "The following quota metrics exceed quota limits: aiplatform.googleapis.com/custom_model_training_nvidia_p4_gpus",
"status": "RESOURCE_EXHAUSTED"
}
Last Friday, I had this error, and Monday, it worked again. Since then, I ran 8 jobs and the error came back.
I read Google documentation on Quotas and checked Quotas on IAM and Admin, but I didn't really understand it. It didn't seem that I exceeded something. Could someone explain to me how quotas work?