nemo_microservices.types.beta.safe_synthesizer.evaluation_parameters#

Module Contents#

Classes#

API#

class nemo_microservices.types.beta.safe_synthesizer.evaluation_parameters.EvaluationParameters(/, **data: Any)#

Bases: nemo_microservices._models.BaseModel

aia_enabled: bool | None#

None

Enable attribute inference attack evaluation.

enabled: bool | None#

None

Enable evaluation.

mandatory_columns: int | None#

None

mia_enabled: bool | None#

None

Enable membership inference attack evaluation.

pii_replay_columns: List[str] | None#

None

List of columns for PII Replay. If not provided, only entities will be used.

pii_replay_enabled: bool | None#

None

Enable PII Replay detection.

pii_replay_entities: List[str] | None#

None

List of entities for PII Replay.

If not provided, default entities will be used.

quasi_identifier_count: int | None#

None

Number of quasi-identifiers to sample.

sqs_report_columns: int | None#

None

sqs_report_rows: int | None#

None