NAME
Paws::Forecast::DescribeForecastResponse
ATTRIBUTES
CreationTime => Str
When the forecast creation task was created.
DatasetGroupArn => Str
The ARN of the dataset group that provided the data used to train the predictor.
ForecastArn => Str
The forecast ARN as specified in the request.
ForecastName => Str
The name of the forecast.
ForecastTypes => ArrayRef[Str|Undef]
The quantiles at which proababilistic forecasts were generated.
LastModificationTime => Str
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).
Message => Str
If an error occurred, an informational message about the error.
PredictorArn => Str
The ARN of the predictor used to generate the forecast.
Status => Str
The status of the forecast. States include:
ACTIVECREATE_PENDING,CREATE_IN_PROGRESS,CREATE_FAILEDDELETE_PENDING,DELETE_IN_PROGRESS,DELETE_FAILED
The Status of the forecast must be ACTIVE before you can query or export the forecast.