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.
EstimatedTimeRemainingInMinutes => Int
The estimated time remaining in minutes for the forecast job to complete.
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 probabilistic forecasts were generated.
LastModificationTime => Str
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING
- TheCreationTime
.CREATE_IN_PROGRESS
- The current timestamp.CREATE_STOPPING
- The current timestamp.CREATE_STOPPED
- When the job stopped.ACTIVE
orCREATE_FAILED
- When the job finished or 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:
ACTIVE
CREATE_PENDING
,CREATE_IN_PROGRESS
,CREATE_FAILED
CREATE_STOPPING
,CREATE_STOPPED
DELETE_PENDING
,DELETE_IN_PROGRESS
,DELETE_FAILED
The Status
of the forecast must be ACTIVE
before you can query or export the forecast.