v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428150188.6 KB

Returns an <code>Evaluation</code> that includes metadata as well as the current status of the <code>Evaluation</code>.

post/#X-Amz-Target=AmazonML_20141212.GetEvaluation

Headers

X-Amz-Target'AmazonML_20141212.GetEvaluation' required

Request body

EvaluationIdstring required

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

EvaluationIdstring

The evaluation ID which is same as the <code>EvaluationId</code> in the request.

MLModelIdstring

The ID of the <code>MLModel</code> that was the focus of the evaluation.

EvaluationDataSourceIdstring

The <code>DataSource</code> used for this evaluation.

InputDataLocationS3string

The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).

CreatedByIamUserstring

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.

CreatedAtstring date-time

The time that the <code>Evaluation</code> was created. The time is expressed in epoch time.

LastUpdatedAtstring date-time

The time of the most recent edit to the <code>Evaluation</code>. The time is expressed in epoch time.

Namestring

A user-supplied name or description of the <code>Evaluation</code>.

Status'PENDING' | 'INPROGRESS' | 'FAILED' | 'COMPLETED' | 'DELETED'
<p>The status of the evaluation. This element can have one of the following values:</p> <ul> <li> <p> <code>PENDING</code> - Amazon Machine Language (Amazon ML) submitted a request to evaluate an <code>MLModel</code>.</p> </li> <li> <p> <code>INPROGRESS</code> - The evaluation is underway.</p> </li> <li> <p> <code>FAILED</code> - The request to evaluate an <code>MLModel</code> did not run to completion. It is not usable.</p> </li> <li> <p> <code>COMPLETED</code> - The evaluation process completed successfully.</p> </li> <li> <p> <code>DELETED</code> - The <code>Evaluation</code> is marked as deleted. It is not usable.</p> </li> </ul>
LogUristring

A link to the file that contains logs of the <code>CreateEvaluation</code> operation.

Messagestring

A description of the most recent details about evaluating the <code>MLModel</code>.

ComputeTimeinteger

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.

FinishedAtstring date-time

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.

StartedAtstring date-time

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.