【发布时间】:2022-08-02 15:20:30
【问题描述】:
我收到以下错误。 有谁知道如何解决它?
Failed to create pipeline job. Error: Vertex AI Service Agent
\'XXXXX@gcp-sa-aiplatform-cc.iam.gserviceaccount.com\' should be granted
access to the image gcr.io/gcp-project-id/application:latest
-
根据doc,您可以将角色/storage.objectViewer、角色/storage.legacyBucketWriter 和角色/storage.admin 分配给您的服务帐户,以使用服务帐户访问您在 Container Registry 中的图像。
-
如果我的回答解决了您的问题,请考虑接受并支持它。如果没有,请告诉我,以便我改进答案。
-
我尝试了同样的事情它对我不起作用你是如何解决它的 rituraj / shipra
标签: google-cloud-platform google-cloud-vertex-ai