Method: Aws::CleanRoomsML::Types::CreateTrainingDatasetRequest#name

Defined in:
lib/aws-sdk-cleanroomsml/types.rb

#nameString

The name of the training dataset. This name must be unique in your account and region.

Returns:

  • (String)


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