Method: Aws::CleanRoomsML::Types::CreateTrainingDatasetRequest#role_arn
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
#role_arn ⇒ String
The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in the ‘dataSource` field of each dataset.
Passing a role across AWS accounts is not allowed. If you pass a role that isn’t in your account, you get an ‘AccessDeniedException` error.
1615 1616 1617 1618 1619 1620 1621 1622 1623 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1615 class CreateTrainingDatasetRequest < Struct.new( :name, :role_arn, :training_data, :tags, :description) SENSITIVE = [] include Aws::Structure end |