Values.ColumnClassificationDetailsSourceContains classification information for data columns, including mappings that specify how columns should be handled during synthetic data generation and privacy analysis.
type nonrec t = {columnMapping : ColumnMappingList.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of SyntheticDataColumnName.t ])
list ]
list ])
list ]