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.



722
723
724
725
726
727
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 722

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

#typeString

What type of information is found in the dataset.

Returns:

  • (String)


722
723
724
725
726
727
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 722

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