PDE • Practice Test 2 — 25 Questions
Free PDE practice test 2 — 25 questions with explanations. No signup required.
A user named Charlie needs to deploy a model to a Vertex AI Endpoint and also create training jobs. Which role should be assigned to Charlie?
Refer to the exhibit.
{
"policy": {
"bindings": [
{
"role": "roles/aiplatform.user",
"members": [
"user:alice@example.com"
]
},
{
"role": "roles/aiplatform.modelUser",
"members": [
"user:bob@example.com"
]
}
]
}
}
This IAM policy is applied at the project level. Alice can create models but cannot get predictions from existing models. Bob can only get predictions but cannot create new models.