machinelearning:GetEvaluation is a Read access-level action in the machinelearning service. Returns an Evaluation that includes metadata as well as the current status of the Evaluation
ARNs that machinelearning:GetEvaluation can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows machinelearning:GetEvaluation. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowMachinelearningGetEvaluation",
"Effect": "Allow",
"Action": "machinelearning:GetEvaluation",
"Resource": "*"
}
]
}