Skip to content

/AWS1/CL_CRMDIFFERENTIALPRIV11

The epsilon and noise parameter values that you want to update in the differential privacy template.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_epsilon TYPE /AWS1/CRMEPSILON /AWS1/CRMEPSILON

The updated epsilon value that you want to use.

iv_usersnoiseperquery TYPE /AWS1/CRMUSERSNOISEPERQUERY /AWS1/CRMUSERSNOISEPERQUERY

The updated value of noise added per query. It is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.


Queryable Attributes

epsilon

The updated epsilon value that you want to use.

Accessible with the following methods

Method Description
GET_EPSILON() Getter for EPSILON, with configurable default
ASK_EPSILON() Getter for EPSILON w/ exceptions if field has no value
HAS_EPSILON() Determine if EPSILON has a value

usersNoisePerQuery

The updated value of noise added per query. It is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.

Accessible with the following methods

Method Description
GET_USERSNOISEPERQUERY() Getter for USERSNOISEPERQUERY, with configurable default
ASK_USERSNOISEPERQUERY() Getter for USERSNOISEPERQUERY w/ exceptions if field has no
HAS_USERSNOISEPERQUERY() Determine if USERSNOISEPERQUERY has a value