Returns an <code>Evaluation</code> that includes metadata as well as the current status of the <code>Evaluation</code>.
Headers
Request body
The ID of the <code>Evaluation</code> to retrieve. The evaluation of each <code>MLModel</code> is recorded and cataloged. The ID provides the means to access the information.
Response
Success
The evaluation ID which is same as the <code>EvaluationId</code> in the request.
The ID of the <code>MLModel</code> that was the focus of the evaluation.
The <code>DataSource</code> used for this evaluation.
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
The time that the <code>Evaluation</code> was created. The time is expressed in epoch time.
The time of the most recent edit to the <code>Evaluation</code>. The time is expressed in epoch time.
A user-supplied name or description of the <code>Evaluation</code>.
A link to the file that contains logs of the <code>CreateEvaluation</code> operation.
A description of the most recent details about evaluating the <code>MLModel</code>.
The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the <code>Evaluation</code>, normalized and scaled on computation resources. <code>ComputeTime</code> is only available if the <code>Evaluation</code> is in the <code>COMPLETED</code> state.
The epoch time when Amazon Machine Learning marked the <code>Evaluation</code> as <code>COMPLETED</code> or <code>FAILED</code>. <code>FinishedAt</code> is only available when the <code>Evaluation</code> is in the <code>COMPLETED</code> or <code>FAILED</code> state.
The epoch time when Amazon Machine Learning marked the <code>Evaluation</code> as <code>INPROGRESS</code>. <code>StartedAt</code> isn't available if the <code>Evaluation</code> is in the <code>PENDING</code> state.