Class: Aws::CleanRoomsML::Types::ColumnClassificationDetails

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

Overview

Contains classification information for data columns, including mappings that specify how columns should be handled during synthetic data generation and privacy analysis.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_mappingArray<Types::SyntheticDataColumnProperties>

A mapping that defines the classification of data columns for synthetic data generation and specifies how each column should be handled during the privacy-preserving data synthesis process.



819
820
821
822
823
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 819

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