MLA-C01 Deployment and Orchestration of ML Workflows • Set 4
MLA-C01 Deployment and Orchestration of ML Workflows Practice Test 4 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. A user is unable to invoke a SageMaker endpoint. The IAM policy shown is attached to the user. Which permission is missing to allow invocation?
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"sagemaker:DescribeEndpoint",
"sagemaker:ListEndpoints"
],
"Resource": "*"
}
]
}