Class: Aws::ForecastService::Types::DescribePredictorBacktestExportJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the predictor backtest export job was created.

Returns:

  • (Time)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3279

class DescribePredictorBacktestExportJobResponse < Struct.new(
  :predictor_backtest_export_job_arn,
  :predictor_backtest_export_job_name,
  :predictor_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  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).



3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3279

class DescribePredictorBacktestExportJobResponse < Struct.new(
  :predictor_backtest_export_job_arn,
  :predictor_backtest_export_job_name,
  :predictor_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format of the exported data, CSV or PARQUET.

Returns:

  • (String)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3279

class DescribePredictorBacktestExportJobResponse < Struct.new(
  :predictor_backtest_export_job_arn,
  :predictor_backtest_export_job_name,
  :predictor_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  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)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3279

class DescribePredictorBacktestExportJobResponse < Struct.new(
  :predictor_backtest_export_job_arn,
  :predictor_backtest_export_job_name,
  :predictor_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

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

Returns:

  • (String)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3279

class DescribePredictorBacktestExportJobResponse < Struct.new(
  :predictor_backtest_export_job_arn,
  :predictor_backtest_export_job_name,
  :predictor_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#predictor_arnString

The Amazon Resource Name (ARN) of the predictor.

Returns:

  • (String)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3279

class DescribePredictorBacktestExportJobResponse < Struct.new(
  :predictor_backtest_export_job_arn,
  :predictor_backtest_export_job_name,
  :predictor_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#predictor_backtest_export_job_arnString

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

Returns:

  • (String)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3279

class DescribePredictorBacktestExportJobResponse < Struct.new(
  :predictor_backtest_export_job_arn,
  :predictor_backtest_export_job_name,
  :predictor_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#predictor_backtest_export_job_nameString

The name of the predictor backtest export job.

Returns:

  • (String)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3279

class DescribePredictorBacktestExportJobResponse < Struct.new(
  :predictor_backtest_export_job_arn,
  :predictor_backtest_export_job_name,
  :predictor_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  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)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3279

class DescribePredictorBacktestExportJobResponse < Struct.new(
  :predictor_backtest_export_job_arn,
  :predictor_backtest_export_job_name,
  :predictor_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end