Class: Aws::CleanRoomsML::Types::DatasetInputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::DatasetInputConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Defines the Glue data source and schema mapping information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
A DataSource object that specifies the Glue data source for the training data.
-
#schema ⇒ Array<Types::ColumnSchema>
The schema information for the training data.
Instance Attribute Details
#data_source ⇒ Types::DataSource
A DataSource object that specifies the Glue data source for the training data.
1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1687 class DatasetInputConfig < Struct.new( :schema, :data_source) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ Array<Types::ColumnSchema>
The schema information for the training data.
1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1687 class DatasetInputConfig < Struct.new( :schema, :data_source) SENSITIVE = [] include Aws::Structure end |