class Aws::ForecastService::Types::DescribeForecastResponse
@!attribute [rw] forecast_arn
The forecast ARN as specified in the request. @return [String]
@!attribute [rw] forecast_name
The name of the forecast. @return [String]
@!attribute [rw] forecast_types
The quantiles at which probabilistic forecasts were generated. @return [Array<String>]
@!attribute [rw] predictor_arn
The ARN of the predictor used to generate the forecast. @return [String]
@!attribute [rw] dataset_group_arn
The ARN of the dataset group that provided the data used to train the predictor. @return [String]
@!attribute [rw] estimated_time_remaining_in_minutes
The estimated time remaining in minutes for the forecast job to complete. @return [Integer]
@!attribute [rw] status
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` <note markdown="1"> The `Status` of the forecast must be `ACTIVE` before you can query or export the forecast. </note> @return [String]
@!attribute [rw] message
If an error occurred, an informational message about the error. @return [String]
@!attribute [rw] creation_time
When the forecast creation task was created. @return [Time]
@!attribute [rw] last_modification_time
The last time the resource was modified. The timestamp depends on the status of the job: * `CREATE_PENDING` - The `CreationTime`. * `CREATE_IN_PROGRESS` - The current timestamp. * `CREATE_STOPPING` - The current timestamp. * `CREATE_STOPPED` - When the job stopped. * `ACTIVE` or `CREATE_FAILED` - When the job finished or failed. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/DescribeForecastResponse AWS API Documentation
Constants
- SENSITIVE