Class: Google::Privacy::Dlp::V2::AnalyzeDataSourceRiskDetails::LDiversityResult::LDiversityHistogramBucket
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::AnalyzeDataSourceRiskDetails::LDiversityResult::LDiversityHistogramBucket
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Instance Attribute Summary collapse
- 
  
    
      #bucket_size  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Total number of equivalence classes in this bucket.
 - 
  
    
      #bucket_value_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Total number of distinct equivalence classes in this bucket.
 - 
  
    
      #bucket_values  ⇒ Array<Google::Privacy::Dlp::V2::AnalyzeDataSourceRiskDetails::LDiversityResult::LDiversityEquivalenceClass> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Sample of equivalence classes in this bucket.
 - 
  
    
      #sensitive_value_frequency_lower_bound  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Lower bound on the sensitive value frequencies of the equivalence classes in this bucket.
 - 
  
    
      #sensitive_value_frequency_upper_bound  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Upper bound on the sensitive value frequencies of the equivalence classes in this bucket.
 
Instance Attribute Details
#bucket_size ⇒ Integer
Returns Total number of equivalence classes in this bucket.
      935  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 935 class LDiversityHistogramBucket; end  | 
  
#bucket_value_count ⇒ Integer
Returns Total number of distinct equivalence classes in this bucket.
      935  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 935 class LDiversityHistogramBucket; end  | 
  
#bucket_values ⇒ Array<Google::Privacy::Dlp::V2::AnalyzeDataSourceRiskDetails::LDiversityResult::LDiversityEquivalenceClass>
Returns Sample of equivalence classes in this bucket. The total number of classes returned per bucket is capped at 20.
      935  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 935 class LDiversityHistogramBucket; end  | 
  
#sensitive_value_frequency_lower_bound ⇒ Integer
Returns Lower bound on the sensitive value frequencies of the equivalence classes in this bucket.
      935  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 935 class LDiversityHistogramBucket; end  | 
  
#sensitive_value_frequency_upper_bound ⇒ Integer
Returns Upper bound on the sensitive value frequencies of the equivalence classes in this bucket.
      935  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 935 class LDiversityHistogramBucket; end  |