Class: Google::Privacy::Dlp::V2::PrivacyMetric::LDiversityConfig
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::PrivacyMetric::LDiversityConfig
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
l-diversity metric, used for analysis of reidentification risk.
Instance Attribute Summary collapse
-
#quasi_ids ⇒ Array<Google::Privacy::Dlp::V2::FieldId>
Set of quasi-identifiers indicating how equivalence classes are defined for the l-diversity computation.
-
#sensitive_attribute ⇒ Google::Privacy::Dlp::V2::FieldId
Sensitive field for computing the l-value.
Instance Attribute Details
#quasi_ids ⇒ Array<Google::Privacy::Dlp::V2::FieldId>
Returns Set of quasi-identifiers indicating how equivalence classes are defined for the l-diversity computation. When multiple fields are specified, they are considered a single composite key.
714 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 714 class LDiversityConfig; end |
#sensitive_attribute ⇒ Google::Privacy::Dlp::V2::FieldId
Returns Sensitive field for computing the l-value.
714 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 714 class LDiversityConfig; end |