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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/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

^

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.

Returns:

  • (Time)


1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1950

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.

Returns:

  • (String)


1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1950

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.

Returns:

  • (String)


1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1950

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.

Returns:

  • (String)


1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1950

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.

Returns:

  • (String)


1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1950

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.

Returns:

  • (String)


1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1950

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/



1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1950

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.

Returns:

  • (Time)


1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1950

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.

Returns:

  • (String)


1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1950

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 > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

^

Returns:

  • (String)


1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1950

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