Interface SyntheticDataColumnProperties.Builder

  • Method Details

    • columnName

      The name of the data column as it appears in the dataset.

      Parameters:
      columnName - The name of the data column as it appears in the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • columnType

      The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.

      Parameters:
      columnType - The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • columnType

      The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.

      Parameters:
      columnType - The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • isPredictiveValue

      SyntheticDataColumnProperties.Builder isPredictiveValue(Boolean isPredictiveValue)

      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.

      Parameters:
      isPredictiveValue - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.