Class: Google::Privacy::Dlp::V2beta1::RiskAnalysisOperationResult::KAnonymityResult::KAnonymityHistogramBucket
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::RiskAnalysisOperationResult::KAnonymityResult::KAnonymityHistogramBucket
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Histogram bucket of equivalence class sizes in the table.
Instance Attribute Summary collapse
-
#bucket_size ⇒ Integer
Total number of records in this bucket.
-
#bucket_values ⇒ Array<Google::Privacy::Dlp::V2beta1::RiskAnalysisOperationResult::KAnonymityResult::KAnonymityEquivalenceClass>
Sample of equivalence classes in this bucket.
-
#equivalence_class_size_lower_bound ⇒ Integer
Lower bound on the size of the equivalence classes in this bucket.
-
#equivalence_class_size_upper_bound ⇒ Integer
Upper bound on the size of the equivalence classes in this bucket.
Instance Attribute Details
#bucket_size ⇒ Integer
Returns Total number of records in this bucket.
641 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 641 class KAnonymityHistogramBucket; end |
#bucket_values ⇒ Array<Google::Privacy::Dlp::V2beta1::RiskAnalysisOperationResult::KAnonymityResult::KAnonymityEquivalenceClass>
Returns Sample of equivalence classes in this bucket. The total number of classes returned per bucket is capped at 20.
641 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 641 class KAnonymityHistogramBucket; end |
#equivalence_class_size_lower_bound ⇒ Integer
Returns Lower bound on the size of the equivalence classes in this bucket.
641 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 641 class KAnonymityHistogramBucket; end |
#equivalence_class_size_upper_bound ⇒ Integer
Returns Upper bound on the size of the equivalence classes in this bucket.
641 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 641 class KAnonymityHistogramBucket; end |