Class: Aws::ForecastService::Types::DescribeForecastExportJobResponse

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 forecast export job was created.

Returns:

  • (Time)


3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3015

class DescribeForecastExportJobResponse < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :forecast_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#destinationTypes::DataDestination

The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.



3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3015

class DescribeForecastExportJobResponse < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :forecast_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#forecast_arnString

The Amazon Resource Name (ARN) of the exported forecast.

Returns:

  • (String)


3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3015

class DescribeForecastExportJobResponse < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :forecast_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#forecast_export_job_arnString

The ARN of the forecast export job.

Returns:

  • (String)


3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3015

class DescribeForecastExportJobResponse < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :forecast_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#forecast_export_job_nameString

The name of the forecast export job.

Returns:

  • (String)


3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3015

class DescribeForecastExportJobResponse < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :forecast_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)


3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3015

class DescribeForecastExportJobResponse < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :forecast_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)


3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3015

class DescribeForecastExportJobResponse < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :forecast_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

If an error occurred, an informational message about the error.

Returns:

  • (String)


3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3015

class DescribeForecastExportJobResponse < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :forecast_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the forecast export job. States include:

  • ACTIVE

  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

  • CREATE_STOPPING, CREATE_STOPPED

  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

The Status of the forecast export job must be ACTIVE before you can access the forecast in your S3 bucket.

Returns:

  • (String)


3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3015

class DescribeForecastExportJobResponse < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :forecast_arn,
  :destination,
  :message,
  :status,
  :creation_time,
  :last_modification_time,
  :format)
  SENSITIVE = []
  include Aws::Structure
end