Class: Aws::ForecastService::Types::PredictorBacktestExportJobSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_timeTime

When the predictor backtest export job was created.

Returns:

  • (Time)


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

#destinationTypes::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_timeTime

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.

Returns:

  • (Time)


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

#messageString

Information about any errors that may have occurred during the backtest export.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the predictor backtest export job.

Returns:

  • (String)


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_nameString

The name of the predictor backtest export job.

Returns:

  • (String)


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

#statusString

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

Returns:

  • (String)


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