machinelearning:GetEvaluation

Read

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

Resource types

ARNs that machinelearning:GetEvaluation can be scoped to in an IAM policy.

arn:${Partition}:machinelearning:${Region}:${Account}:datasource/${DatasourceId}
datasource

Condition keys

No condition keys are documented for this action.

Example IAM policy

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": "*"
    }
  ]
}

Related actions in machinelearning

View all machinelearning actions →