MlSyntheticDataParameters
Parameters that control the generation of synthetic data for custom model training, including privacy settings and column classification details.
Types
Properties
Link copied to clipboard
Classification details for data columns that specify how each column should be treated during synthetic data generation.
Link copied to clipboard
The maximum acceptable score for membership inference attack vulnerability. Synthetic data generation fails if the score for the resulting data exceeds this threshold.
Functions
Link copied to clipboard
inline fun copy(block: MlSyntheticDataParameters.Builder.() -> Unit = {}): MlSyntheticDataParameters