Class: Aws::CleanRoomsML::Types::DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::DataSource
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Defines information about the Glue data source that contains the training data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#glue_data_source ⇒ Types::GlueDataSource
A GlueDataSource object that defines the catalog ID, database name, and table name for the training data.
Instance Attribute Details
#glue_data_source ⇒ Types::GlueDataSource
A GlueDataSource object that defines the catalog ID, database name, and table name for the training data.
1647 1648 1649 1650 1651 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1647 class DataSource < Struct.new( :glue_data_source) SENSITIVE = [] include Aws::Structure end |