/AWS1/CL_CRLMEMBERSHIPINFERE00¶
A score that measures the vulnerability of synthetic data to membership inference attacks and provides both the numerical score and the version of the attack methodology used for evaluation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_attackversion TYPE /AWS1/CRLMEMBERSHIPINFERENCE00 /AWS1/CRLMEMBERSHIPINFERENCE00¶
The version of the membership inference attack, which consists of the attack type and its version number, used to generate this privacy score.
iv_score TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The numerical score representing the vulnerability to membership inference attacks.
Queryable Attributes¶
attackVersion¶
The version of the membership inference attack, which consists of the attack type and its version number, used to generate this privacy score.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACKVERSION() |
Getter for ATTACKVERSION, with configurable default |
ASK_ATTACKVERSION() |
Getter for ATTACKVERSION w/ exceptions if field has no value |
HAS_ATTACKVERSION() |
Determine if ATTACKVERSION has a value |
score¶
The numerical score representing the vulnerability to membership inference attacks.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCORE() |
Getter for SCORE, with configurable default |
ASK_SCORE() |
Getter for SCORE w/ exceptions if field has no value |
STR_SCORE() |
String format for SCORE, with configurable default |
HAS_SCORE() |
Determine if SCORE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MEMBERSHIPINFERENCEATTACK00¶
TYPES TT_MEMBERSHIPINFERENCEATTACK00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRLMEMBERSHIPINFERE00 WITH DEFAULT KEY
.