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

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


1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1075

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)


1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1075

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)


1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1075

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.



1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1075

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)


1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1075

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.

Returns:



1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1075

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