Class: Aws::Personalize::Types::DatasetImportJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DatasetImportJob
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset. For more information, see CreateDatasetImportJob.
A dataset import job can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The creation date and time (in Unix time) of the dataset import job.
-
#data_source ⇒ Types::DataSource
The Amazon S3 bucket that contains the training data to import.
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset that receives the imported data.
-
#dataset_import_job_arn ⇒ String
The ARN of the dataset import job.
-
#failure_reason ⇒ String
If a dataset import job fails, provides the reason why.
-
#job_name ⇒ String
The name of the import job.
-
#last_updated_date_time ⇒ Time
The date and time (in Unix time) the dataset was last updated.
-
#role_arn ⇒ String
The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
-
#status ⇒ String
The status of the dataset import job.
Instance Attribute Details
#creation_date_time ⇒ Time
The creation date and time (in Unix time) of the dataset import job.
2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2363 class DatasetImportJob < Struct.new( :job_name, :dataset_import_job_arn, :dataset_arn, :data_source, :role_arn, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#data_source ⇒ Types::DataSource
The Amazon S3 bucket that contains the training data to import.
2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2363 class DatasetImportJob < Struct.new( :job_name, :dataset_import_job_arn, :dataset_arn, :data_source, :role_arn, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset that receives the imported data.
2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2363 class DatasetImportJob < Struct.new( :job_name, :dataset_import_job_arn, :dataset_arn, :data_source, :role_arn, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#dataset_import_job_arn ⇒ String
The ARN of the dataset import job.
2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2363 class DatasetImportJob < Struct.new( :job_name, :dataset_import_job_arn, :dataset_arn, :data_source, :role_arn, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
If a dataset import job fails, provides the reason why.
2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2363 class DatasetImportJob < Struct.new( :job_name, :dataset_import_job_arn, :dataset_arn, :data_source, :role_arn, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the import job.
2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2363 class DatasetImportJob < Struct.new( :job_name, :dataset_import_job_arn, :dataset_arn, :data_source, :role_arn, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ Time
The date and time (in Unix time) the dataset was last updated.
2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2363 class DatasetImportJob < Struct.new( :job_name, :dataset_import_job_arn, :dataset_arn, :data_source, :role_arn, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the IAM role that has permissions to read from the Amazon S3 data source.
2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2363 class DatasetImportJob < Struct.new( :job_name, :dataset_import_job_arn, :dataset_arn, :data_source, :role_arn, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the dataset import job.
A dataset import job can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
^
2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2363 class DatasetImportJob < Struct.new( :job_name, :dataset_import_job_arn, :dataset_arn, :data_source, :role_arn, :status, :creation_date_time, :last_updated_date_time, :failure_reason) SENSITIVE = [] include Aws::Structure end |