PMLE • Practice Test 11
Free PMLE practice test — 15 questions with explanations. Set 11. No signup required.
A team has set up the IAM policy above on a Vertex AI project. Alice, a data scientist, reports that she cannot create a Vertex AI Training custom job using a pre-built container. Other data scientists in the group 'data-scientists@example.com' have the same issue. What is the most likely cause?
Refer to the exhibit.
```
{
"bindings": [
{
"role": "roles/aiplatform.user",
"members": [
"user:alice@example.com",
"group:data-scientists@example.com"
]
},
{
"role": "roles/aiplatform.customCodeServiceAgent",
"members": [
"serviceAccount:vertex-ai@project.iam.gserviceaccount.com"
]
}
],
"etag": "BwXahRc1X3w="
}
```