/AWS1/CL_CRLSYNTHETICDATACONF¶
Configuration settings for synthetic data generation, including the parameters that control data synthesis and the evaluation scores that measure the quality and privacy characteristics of the generated synthetic data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_syntheticdataparameters TYPE REF TO /AWS1/CL_CRLMLSYNTHETICDATAP00 /AWS1/CL_CRLMLSYNTHETICDATAP00¶
The parameters that control how synthetic data is generated, including privacy settings, column classifications, and other configuration options that affect the data synthesis process.
Optional arguments:¶
io_syntheticdataevalscores TYPE REF TO /AWS1/CL_CRLSYNTHETICDATAEVA00 /AWS1/CL_CRLSYNTHETICDATAEVA00¶
Evaluation scores that assess the quality and privacy characteristics of the generated synthetic data, providing metrics on data utility and privacy preservation.
Queryable Attributes¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYNTHETICDATAPARAMETERS() |
Getter for SYNTHETICDATAPARAMETERS |
syntheticDataEvaluationScores¶
Evaluation scores that assess the quality and privacy characteristics of the generated synthetic data, providing metrics on data utility and privacy preservation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYNTHETICDATAEVALSCORES() |
Getter for SYNTHETICDATAEVALSCORES |