ForecastSummary class

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.

Constructors

ForecastSummary({DateTime? creationTime, String? datasetGroupArn, String? forecastArn, String? forecastName, DateTime? lastModificationTime, String? message, String? predictorArn, String? status})
ForecastSummary.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
When the forecast creation task was created.
final
datasetGroupArn String?
The Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor.
final
forecastArn String?
The ARN of the forecast.
final
forecastName String?
The name of the forecast.
final
hashCode int
The hash code for this object.
no setterinherited
lastModificationTime DateTime?
Initially, the same as CreationTime (status is CREATE_PENDING). Updated when inference (creating the forecast) starts (status changed to CREATE_IN_PROGRESS), and when inference is complete (status changed to ACTIVE) or fails (status changed to CREATE_FAILED).
final
message String?
If an error occurred, an informational message about the error.
final
predictorArn String?
The ARN of the predictor used to generate the forecast.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the forecast. States include:
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited