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
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 isCREATE_PENDING
). Updated when inference (creating the forecast) starts (status changed toCREATE_IN_PROGRESS
), and when inference is complete (status changed toACTIVE
) or fails (status changed toCREATE_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