Method: Aws::CleanRoomsML::Types::CreateTrainingDatasetRequest#training_data

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

#training_dataArray<Types::Dataset>

An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema. You must provide a role that has read access to these tables.

Returns:



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