Class: Aws::CleanRoomsML::Types::DataSource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#glue_data_sourceTypes::GlueDataSource

A GlueDataSource object that defines the catalog ID, database name, and table name for the training data.



1647
1648
1649
1650
1651
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1647

class DataSource < Struct.new(
  :glue_data_source)
  SENSITIVE = []
  include Aws::Structure
end