GetEvaluationResponse

Represents the output of a GetEvaluation operation and describes an Evaluation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the Evaluation, normalized and scaled on computation resources. ComputeTime is only available if the Evaluation is in the COMPLETED state.

Link copied to clipboard

The time that the Evaluation was created. The time is expressed in epoch time.

Link copied to clipboard

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.

Link copied to clipboard

The DataSource used for this evaluation.

Link copied to clipboard

The evaluation ID which is same as the EvaluationId in the request.

Link copied to clipboard

The epoch time when Amazon Machine Learning marked the Evaluation as COMPLETED or FAILED. FinishedAt is only available when the Evaluation is in the COMPLETED or FAILED state.

Link copied to clipboard

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

Link copied to clipboard

The time of the most recent edit to the Evaluation. The time is expressed in epoch time.

Link copied to clipboard

A link to the file that contains logs of the CreateEvaluation operation.

Link copied to clipboard

A description of the most recent details about evaluating the MLModel.

Link copied to clipboard

The ID of the MLModel that was the focus of the evaluation.

Link copied to clipboard
val name: String?

A user-supplied name or description of the Evaluation.

Link copied to clipboard

Measurements of how well the MLModel performed using observations referenced by the DataSource. One of the following metric is returned based on the type of the MLModel:

Link copied to clipboard

The epoch time when Amazon Machine Learning marked the Evaluation as INPROGRESS. StartedAt isn't available if the Evaluation is in the PENDING state.

Link copied to clipboard

The status of the evaluation. This element can have one of the following values:

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String