Evaluation

Represents the output of GetEvaluation operation.

The content consists of the detailed metadata and data file information and the current status of the Evaluation.

Types

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

Properties

Link copied to clipboard

Long integer type that is a 64-bit signed number.

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 ID of the DataSource that is used to evaluate the MLModel.

Link copied to clipboard

The ID that is assigned to the Evaluation at creation.

Link copied to clipboard

A timestamp represented in epoch time.

Link copied to clipboard

The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.

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 description of the most recent details about evaluating the MLModel.

Link copied to clipboard

The ID of the MLModel that is 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 metrics is returned, based on the type of the MLModel:

Link copied to clipboard

A timestamp represented in epoch time.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: Evaluation.Builder.() -> Unit = {}): Evaluation
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