GooglePrivacyDlpV2DeltaPresenceEstimationConfig class
δ-presence metric, used to estimate how likely it is for an attacker to figure out that one given individual appears in a de-identified dataset.
Similarly to the k-map metric, we cannot compute δ-presence exactly without knowing the attack dataset, so we use a statistical model instead.
Constructors
-
GooglePrivacyDlpV2DeltaPresenceEstimationConfig({List<
GooglePrivacyDlpV2StatisticalTable> ? auxiliaryTables, List<GooglePrivacyDlpV2QuasiId> ? quasiIds, String? regionCode}) - GooglePrivacyDlpV2DeltaPresenceEstimationConfig.fromJson(Map json_)
Properties
-
auxiliaryTables
↔ List<
GooglePrivacyDlpV2StatisticalTable> ? -
Several auxiliary tables can be used in the analysis.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
quasiIds
↔ List<
GooglePrivacyDlpV2QuasiId> ? -
Fields considered to be quasi-identifiers.
getter/setter pair
- regionCode ↔ String?
-
ISO 3166-1 alpha-2 region code to use in the statistical modeling.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited