Class: Google::Cloud::Dlp::V2::PrivacyMetric::LDiversityConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::PrivacyMetric::LDiversityConfig
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
l-diversity metric, used for analysis of reidentification risk.
Instance Attribute Summary collapse
- 
  
    
      #quasi_ids  ⇒ ::Array<::Google::Cloud::Dlp::V2::FieldId> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Set of quasi-identifiers indicating how equivalence classes are defined for the l-diversity computation.
 - 
  
    
      #sensitive_attribute  ⇒ ::Google::Cloud::Dlp::V2::FieldId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Sensitive field for computing the l-value.
 
Instance Attribute Details
#quasi_ids ⇒ ::Array<::Google::Cloud::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.
      1629 1630 1631 1632  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1629 class LDiversityConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#sensitive_attribute ⇒ ::Google::Cloud::Dlp::V2::FieldId
Returns Sensitive field for computing the l-value.
      1629 1630 1631 1632  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1629 class LDiversityConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |