SyntheticDataColumnProperties
Properties that define how a specific data column should be handled during synthetic data generation, including its name, type, and role in predictive modeling.
Types
Properties
Link copied to clipboard
The name of the data column as it appears in the dataset.
Link copied to clipboard
The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.
Link copied to clipboard
Indicates if this column contains predictive values that should be treated as target variables in machine learning models. This affects how the synthetic data generation preserves statistical relationships.
Functions
Link copied to clipboard
inline fun copy(block: SyntheticDataColumnProperties.Builder.() -> Unit = {}): SyntheticDataColumnProperties