ForecastSummary

Provides a summary of the forecast properties used in the ListForecasts operation. To get the complete set of properties, call the DescribeForecast operation, and provide the ForecastArn that is listed in the summary.

Types

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

Properties

Link copied to clipboard

Whether the Forecast was created from an AutoPredictor.

Link copied to clipboard

When the forecast creation task was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor.

Link copied to clipboard

The ARN of the forecast.

Link copied to clipboard

The name of the forecast.

Link copied to clipboard

The last time the resource was modified. The timestamp depends on the status of the job:

Link copied to clipboard

If an error occurred, an informational message about the error.

Link copied to clipboard

The ARN of the predictor used to generate the forecast.

Link copied to clipboard

The status of the forecast. States include:

Functions

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