SyntheticDataParameters
The parameters that control how synthetic data is generated, including privacy settings, column classifications, and other configuration options that affect the data synthesis process.
Inheritors
Types
Link copied to clipboard
data class MlSyntheticDataParameters(val value: MlSyntheticDataParameters) : SyntheticDataParameters
The machine learning-specific parameters for synthetic data generation.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this SyntheticDataParameters as a MlSyntheticDataParameters and retrieves its aws.sdk.kotlin.services.cleanrooms.model.MlSyntheticDataParameters value. Throws an exception if the SyntheticDataParameters is not a MlSyntheticDataParameters.
Link copied to clipboard
Casts this SyntheticDataParameters as a MlSyntheticDataParameters and retrieves its aws.sdk.kotlin.services.cleanrooms.model.MlSyntheticDataParameters value. Returns null if the SyntheticDataParameters is not a MlSyntheticDataParameters.