Hi guys
I'm following this tutorial to get my had around Vertex AI
- https://cloud.google.com/vertex-ai/docs/tutorials/image-recognition-custom/
On step
- https://cloud.google.com/vertex-ai/docs/tutorials/image-recognition-custom/serving#2_deploy_a
gcloud functions deploy classify_flower \
--region=us-central1 \
--source=function \
--runtime=python37 \
--memory=2048MB \
--trigger-http \
--allow-unauthenticated \
--set-env-vars=ENDPOINT_ID=${ENDPOINT_ID}
I get this error
OperationError: code=3, message=Function failed on loading user code. This is likely due to a bug in the user code. Error message: Error: please examine your function logs to see the error cause: https://cloud.google.com/functions/docs/monitoring/logging#viewing_logs. Additional troubleshooting documentation can be found at https://cloud.google.com/functions/docs/troubleshooting#logging. Please visit https://cloud.google.com/functions/docs/troubleshooting for in-depth troubleshooting documentation.
since I'm new on GCP anyone tried this tutorial and have the same error?
any tips on how to fix this?
thank you very much guys
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |