Values.SyntheticDataParametersSourceThe parameters that control how synthetic data is generated, including privacy settings, column classifications, and other configuration options that affect the data synthesis process.
type nonrec t = {mlSyntheticDataParameters : MLSyntheticDataParameters.t option;The machine learning-specific parameters for synthetic data generation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of MLSyntheticDataParametersEpsilonDouble.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of SyntheticDataColumnName.t ])
list ]
list ])
list ])
list ])
list ]