Rony Tesler
Rony Tesler

Reputation: 1401

can't create an AI model version in google cloud - missing permissions

When trying to create a version for a newly created AI model, I get this error: You are missing at least one of the following required permissions:

Project

ml.versions.create

In the troubleshoot page, it looks like I do have this permission:

"permission is in role:"

"role": "roles/ml.admin",
  "members": [
    "user:[email protected]"
    ]

What am I missing?

Upvotes: 0

Views: 245

Answers (1)

Rony Tesler
Rony Tesler

Reputation: 1401

After installing the Google Cloud SDK on my local machine and uploading a model using its gcloud command-line tool, it started working from the Cloud Console as well.

Upvotes: 1

Related Questions