class Aws::ForecastService::Types::ForecastSummary
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.
@!attribute [rw] forecast_arn
The ARN of the forecast. @return [String]
@!attribute [rw] forecast_name
The name of the forecast. @return [String]
@!attribute [rw] predictor_arn
The ARN of the predictor used to generate the forecast. @return [String]
@!attribute [rw] dataset_group_arn
The Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor. @return [String]
@!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/ForecastSummary AWS API Documentation
Constants
- SENSITIVE