Class: Aws::CleanRoomsML::Types::Dataset

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#input_configTypes::DatasetInputConfig

A DatasetInputConfig object that defines the data source and schema mapping.



1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1746

class Dataset < Struct.new(
  :type,
  :input_config)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

What type of information is found in the dataset.

Returns:

  • (String)


1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1746

class Dataset < Struct.new(
  :type,
  :input_config)
  SENSITIVE = []
  include Aws::Structure
end