Class: Aws::Personalize::Types::CreateDatasetExportJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arnString

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

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-personalize/types.rb', line 1185

class CreateDatasetExportJobRequest < Struct.new(
  :job_name,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :job_output,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_modeString

The data to export, based on how you imported the data. You can choose to export only ‘BULK` data that you imported using a dataset import job, only `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)


1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-personalize/types.rb', line 1185

class CreateDatasetExportJobRequest < Struct.new(
  :job_name,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :job_output,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name for the dataset export job.

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-personalize/types.rb', line 1185

class CreateDatasetExportJobRequest < Struct.new(
  :job_name,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :job_output,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#job_outputTypes::DatasetExportJobOutput

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



1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-personalize/types.rb', line 1185

class CreateDatasetExportJobRequest < Struct.new(
  :job_name,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :job_output,
  :tags)
  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)


1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-personalize/types.rb', line 1185

class CreateDatasetExportJobRequest < Struct.new(
  :job_name,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :job_output,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of [tags] to apply to the dataset export job.

[1]: docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html

Returns:



1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-personalize/types.rb', line 1185

class CreateDatasetExportJobRequest < Struct.new(
  :job_name,
  :dataset_arn,
  :ingestion_mode,
  :role_arn,
  :job_output,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end