Class: Aws::CleanRoomsML::Types::Dataset
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::Dataset
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Defines where the training dataset is located, what type of data it contains, and how to access the data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_config ⇒ Types::DatasetInputConfig
A DatasetInputConfig object that defines the data source and schema mapping.
-
#type ⇒ String
What type of information is found in the dataset.
Instance Attribute Details
#input_config ⇒ Types::DatasetInputConfig
A DatasetInputConfig object that defines the data source and schema mapping.
1667 1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1667 class Dataset < Struct.new( :type, :input_config) SENSITIVE = [] include Aws::Structure end |