Hi,
Did anyone encounter issue with running the following command?
ENDPOINT=$(gcloud run services describe automl-service --platform managed --region us-central1 --format ‘value(status.url)’)
I got this error:
“ERROR: (gcloud.run.services.describe) PERMISSION_DENIED: Permission ‘run.services.get’ denied on resource ‘namespaces/qwiklabs-gcp-02-843e761fbc98/services/automl-service’ (or resource may not exist).”
PLEASE HELP!