Class: Aws::ForecastService::Types::PredictorBacktestExportJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::PredictorBacktestExportJobSummary
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Provides a summary of the predictor backtest export job properties
used in the ListPredictorBacktestExportJobs operation. To get a
complete set of properties, call the
DescribePredictorBacktestExportJob operation, and provide the listed
PredictorBacktestExportJobArn
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
When the predictor backtest export job was created.
-
#destination ⇒ Types::DataDestination
The destination for an export job.
-
#last_modification_time ⇒ Time
The last time the resource was modified.
-
#message ⇒ String
Information about any errors that may have occurred during the backtest export.
-
#predictor_backtest_export_job_arn ⇒ String
The Amazon Resource Name (ARN) of the predictor backtest export job.
-
#predictor_backtest_export_job_name ⇒ String
The name of the predictor backtest export job.
-
#status ⇒ String
The status of the predictor backtest export job.
Instance Attribute Details
#creation_time ⇒ Time
When the predictor backtest export job was created.
5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5855 class PredictorBacktestExportJobSummary < Struct.new( :predictor_backtest_export_job_arn, :predictor_backtest_export_job_name, :destination, :status, :message, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#destination ⇒ Types::DataDestination
The destination for an export job. Provide an S3 path, an Identity and Access Management (IAM) role that allows Amazon Forecast to access the location, and an Key Management Service (KMS) key (optional).
5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5855 class PredictorBacktestExportJobSummary < Struct.new( :predictor_backtest_export_job_arn, :predictor_backtest_export_job_name, :destination, :status, :message, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
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.
5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5855 class PredictorBacktestExportJobSummary < Struct.new( :predictor_backtest_export_job_arn, :predictor_backtest_export_job_name, :destination, :status, :message, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Information about any errors that may have occurred during the backtest export.
5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5855 class PredictorBacktestExportJobSummary < Struct.new( :predictor_backtest_export_job_arn, :predictor_backtest_export_job_name, :destination, :status, :message, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#predictor_backtest_export_job_arn ⇒ String
The Amazon Resource Name (ARN) of the predictor backtest export job.
5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5855 class PredictorBacktestExportJobSummary < Struct.new( :predictor_backtest_export_job_arn, :predictor_backtest_export_job_name, :destination, :status, :message, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#predictor_backtest_export_job_name ⇒ String
The name of the predictor backtest export job.
5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5855 class PredictorBacktestExportJobSummary < Struct.new( :predictor_backtest_export_job_arn, :predictor_backtest_export_job_name, :destination, :status, :message, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the predictor backtest export job. States include:
ACTIVE
CREATE_PENDING
,CREATE_IN_PROGRESS
,CREATE_FAILED
CREATE_STOPPING
,CREATE_STOPPED
DELETE_PENDING
,DELETE_IN_PROGRESS
,DELETE_FAILED
5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5855 class PredictorBacktestExportJobSummary < Struct.new( :predictor_backtest_export_job_arn, :predictor_backtest_export_job_name, :destination, :status, :message, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |