Hi,
I'm stuck at following error message when I try to create vertex-ai endpoint from workbench notebook. I have enabled aiplatform.googleapis.com.
Command:
gcloud ai endpoints create \
--project=XXXXX
--region=us-central1 \
--display-name=ld-test-resnet-classifier
Using endpoint [https://us-central1-aiplatform.googleapis.com/]
ERROR: (gcloud.ai.endpoints.create) FAILED_PRECONDITION: Project XXXXXXXXXX is not active.
Please suggest what am I missing.
Solved! Go to Solution.
Hi,
The issue is resolved.
At least one model has to be uploaded first to model registry for this command to work.
The official documentation titled "Deploy a model using the Vertex AI API" - implies deploy a model uploaded to model registry".
Thanks for the views.
Hi,
The issue is resolved.
At least one model has to be uploaded first to model registry for this command to work.
The official documentation titled "Deploy a model using the Vertex AI API" - implies deploy a model uploaded to model registry".
Thanks for the views.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |