DescribeForecastResponse class
Properties
-
creationTime
→ DateTime?
-
When the forecast creation task was created.
final
-
datasetGroupArn
→ String?
-
The ARN of the dataset group that provided the data used to train the
predictor.
final
-
forecastArn
→ String?
-
The forecast ARN as specified in the request.
final
-
forecastName
→ String?
-
The name of the forecast.
final
-
forecastTypes
→ List<String>?
-
The quantiles at which probabilistic forecasts were generated.
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