Class: Aws::ForecastService::Types::DatasetImportJobSummary

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

Overview

Provides a summary of the dataset import job properties used in the ListDatasetImportJobs operation. To get the complete set of properties, call the DescribeDatasetImportJob operation, and provide the DatasetImportJobArn.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the dataset import job was created.

Returns:

  • (Time)


2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2011

class DatasetImportJobSummary < Struct.new(
  :dataset_import_job_arn,
  :dataset_import_job_name,
  :data_source,
  :status,
  :message,
  :creation_time,
  :last_modification_time,
  :import_mode)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourceTypes::DataSource

The location of the training data to import and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data. The training data must be stored in an Amazon S3 bucket.

If encryption is used, DataSource includes an Key Management Service (KMS) key.

Returns:



2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2011

class DatasetImportJobSummary < Struct.new(
  :dataset_import_job_arn,
  :dataset_import_job_name,
  :data_source,
  :status,
  :message,
  :creation_time,
  :last_modification_time,
  :import_mode)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_import_job_arnString

The Amazon Resource Name (ARN) of the dataset import job.

Returns:

  • (String)


2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2011

class DatasetImportJobSummary < Struct.new(
  :dataset_import_job_arn,
  :dataset_import_job_name,
  :data_source,
  :status,
  :message,
  :creation_time,
  :last_modification_time,
  :import_mode)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_import_job_nameString

The name of the dataset import job.

Returns:

  • (String)


2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2011

class DatasetImportJobSummary < Struct.new(
  :dataset_import_job_arn,
  :dataset_import_job_name,
  :data_source,
  :status,
  :message,
  :creation_time,
  :last_modification_time,
  :import_mode)
  SENSITIVE = []
  include Aws::Structure
end

#import_modeString

The import mode of the dataset import job, FULL or INCREMENTAL.

Returns:

  • (String)


2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2011

class DatasetImportJobSummary < Struct.new(
  :dataset_import_job_arn,
  :dataset_import_job_name,
  :data_source,
  :status,
  :message,
  :creation_time,
  :last_modification_time,
  :import_mode)
  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)


2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2011

class DatasetImportJobSummary < Struct.new(
  :dataset_import_job_arn,
  :dataset_import_job_name,
  :data_source,
  :status,
  :message,
  :creation_time,
  :last_modification_time,
  :import_mode)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

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

Returns:

  • (String)


2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2011

class DatasetImportJobSummary < Struct.new(
  :dataset_import_job_arn,
  :dataset_import_job_name,
  :data_source,
  :status,
  :message,
  :creation_time,
  :last_modification_time,
  :import_mode)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the dataset import job. States include:

  • ACTIVE

  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

  • CREATE_STOPPING, CREATE_STOPPED

Returns:

  • (String)


2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2011

class DatasetImportJobSummary < Struct.new(
  :dataset_import_job_arn,
  :dataset_import_job_name,
  :data_source,
  :status,
  :message,
  :creation_time,
  :last_modification_time,
  :import_mode)
  SENSITIVE = []
  include Aws::Structure
end