You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ForecastService::Types::ForecastExportJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ForecastExportJobSummary
- Defined in:
- (unknown)
Overview
Provides a summary of the forecast export job properties used in the ListForecastExportJobs operation. To get the complete set of properties, call the DescribeForecastExportJob operation, and provide the listed ForecastExportJobArn.
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
When the forecast export job was created.
-
#destination ⇒ Types::DataDestination
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
-
#forecast_export_job_arn ⇒ String
The Amazon Resource Name (ARN) of the forecast export job.
-
#forecast_export_job_name ⇒ String
The name of the forecast export job.
-
#last_modification_time ⇒ Time
When the last successful export job finished.
-
#message ⇒ String
If an error occurred, an informational message about the error.
-
#status ⇒ String
The status of the forecast export job.
Instance Attribute Details
#creation_time ⇒ Time
When the forecast export job was created.
#destination ⇒ Types::DataDestination
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
#forecast_export_job_arn ⇒ String
The Amazon Resource Name (ARN) of the forecast export job.
#forecast_export_job_name ⇒ String
The name of the forecast export job.
#last_modification_time ⇒ Time
When the last successful export job finished.
#message ⇒ String
If an error occurred, an informational message about the error.
#status ⇒ String
The status of the forecast export job. States include:
ACTIVECREATE_PENDING,CREATE_IN_PROGRESS,CREATE_FAILEDDELETE_PENDING,DELETE_IN_PROGRESS,DELETE_FAILED
Status of the forecast export job must be ACTIVE before you can
access the forecast in your S3 bucket.