RESOURCE_EXHAUSTED at custom-training-job.

I have trouble to execute this below vertex pipeline example from google in vertexAI workbench notebook.

https://github.com/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/official/pipelines/google_cloud_pipeline_components_model_train_upload_deploy.ipynb

I have below error code which mention RESOURCE_EXHAUSTED at custom-training-job.

“com.google.cloud.ai.platform.common.errors.AiPlatformException: code=RESOURCE_EXHAUSTED, message=The following quota metrics exceed quota limits:”

I change kind of cpu or memory . however it is meaningless for me.

Could you please give me some idea?

The issue you are experiencing is related to the quota of the resources in the Vertex service.

For you to request higher quota and have more available resources, you may request a Quota Increase for Vertex AI by following this documentation.

1 Like