PredictorMonitorEvaluation

Describes the results of a monitor evaluation.

Types

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

Properties

Link copied to clipboard

The status of the monitor evaluation. The state can be SUCCESS or FAILURE.

Link copied to clipboard

The timestamp that indicates when the monitor evaluation was started.

Link copied to clipboard

Information about any errors that may have occurred during the monitor evaluation.

Link copied to clipboard

A list of metrics Forecast calculated when monitoring a predictor. You can compare the value for each metric in the list to the metric's value in the Baseline to see how your predictor's performance is changing.

Link copied to clipboard

The Amazon Resource Name (ARN) of the monitor resource.

Link copied to clipboard

The source of the data the monitor resource used during the evaluation.

Link copied to clipboard

The number of items considered during the evaluation.

Link copied to clipboard

Provides details about a predictor event, such as a retraining.

Link copied to clipboard

The Amazon Resource Name (ARN) of the resource to monitor.

Link copied to clipboard

The timestamp that indicates the end of the window that is used for monitor evaluation.

Link copied to clipboard

The timestamp that indicates the start of the window that is used for monitor evaluation.

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