Class: Aws::Personalize::Types::DatasetExportJob

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/types.rb

Overview

Describes a job that exports a dataset to an Amazon S3 bucket. For more information, see [CreateDatasetExportJob].

A dataset export job can be in one of the following states:

  • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

^

[1]: docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetExportJob.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation date and time (in Unix time) of the dataset export job.



2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-personalize/types.rb', line 2145

class DatasetExportJob < Struct.new(
  :job_name,
  :dataset_export_job_arn,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :status,
  :job_output,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_arnString

The Amazon Resource Name (ARN) of the dataset to export.



2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-personalize/types.rb', line 2145

class DatasetExportJob < Struct.new(
  :job_name,
  :dataset_export_job_arn,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :status,
  :job_output,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_export_job_arnString

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



2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-personalize/types.rb', line 2145

class DatasetExportJob < Struct.new(
  :job_name,
  :dataset_export_job_arn,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :status,
  :job_output,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

If a dataset export job fails, provides the reason why.



2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-personalize/types.rb', line 2145

class DatasetExportJob < Struct.new(
  :job_name,
  :dataset_export_job_arn,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :status,
  :job_output,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_modeString

The data to export, based on how you imported the data. You can choose to export ‘BULK` data that you imported using a dataset import job, `PUT` data that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or `ALL` for both types. The default value is `PUT`.



2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-personalize/types.rb', line 2145

class DatasetExportJob < Struct.new(
  :job_name,
  :dataset_export_job_arn,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :status,
  :job_output,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name of the export job.



2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-personalize/types.rb', line 2145

class DatasetExportJob < Struct.new(
  :job_name,
  :dataset_export_job_arn,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :status,
  :job_output,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#job_outputTypes::DatasetExportJobOutput

The path to the Amazon S3 bucket where the job’s output is stored. For example:

‘s3://bucket-name/folder-name/`



2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-personalize/types.rb', line 2145

class DatasetExportJob < Struct.new(
  :job_name,
  :dataset_export_job_arn,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :status,
  :job_output,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The date and time (in Unix time) the status of the dataset export job was last updated.



2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-personalize/types.rb', line 2145

class DatasetExportJob < Struct.new(
  :job_name,
  :dataset_export_job_arn,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :status,
  :job_output,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.



2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-personalize/types.rb', line 2145

class DatasetExportJob < Struct.new(
  :job_name,
  :dataset_export_job_arn,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :status,
  :job_output,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the dataset export job.

A dataset export job can be in one of the following states:

  • CREATE PENDING &gt; CREATE IN_PROGRESS &gt; ACTIVE -or- CREATE FAILED

^



2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
# File 'lib/aws-sdk-personalize/types.rb', line 2145

class DatasetExportJob < Struct.new(
  :job_name,
  :dataset_export_job_arn,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :status,
  :job_output,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end