Class: Aws::CleanRoomsML::Types::DatasetInputConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Defines the Glue data source and schema mapping information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::DataSource

A DataSource object that specifies the Glue data source for the training data.

Returns:



742
743
744
745
746
747
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 742

class DatasetInputConfig < Struct.new(
  :data_source,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#schemaArray<Types::ColumnSchema>

The schema information for the training data.

Returns:



742
743
744
745
746
747
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 742

class DatasetInputConfig < Struct.new(
  :data_source,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end