Class: Aws::CleanRoomsML::Types::AudienceGenerationJobDataSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Defines the Amazon S3 bucket where the seed audience for the generating audience is stored.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::S3ConfigMap

Defines the Amazon S3 bucket where the seed audience for the generating audience is stored. A valid data source is a JSON line file in the following format:

\{"user_id": "111111"\}

\{"user_id": "222222"\}

...

Returns:



118
119
120
121
122
123
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 118

class AudienceGenerationJobDataSource < Struct.new(
  :data_source,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role that can read the Amazon S3 bucket where the training data is stored.

Returns:

  • (String)


118
119
120
121
122
123
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 118

class AudienceGenerationJobDataSource < Struct.new(
  :data_source,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end