Class: Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::DeltaPresenceEstimationResult::DeltaPresenceEstimationHistogramBucket
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::DeltaPresenceEstimationResult::DeltaPresenceEstimationHistogramBucket
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
A DeltaPresenceEstimationHistogramBucket message with the following values: min_probability: 0.1 max_probability: 0.2 frequency: 42 means that there are 42 records for which δ is in [0.1, 0.2). An important particular case is when min_probability = max_probability = 1: then, every individual who shares this quasi-identifier combination is in the dataset.
Instance Attribute Summary collapse
-
#bucket_size ⇒ ::Integer
Number of records within these probability bounds.
-
#bucket_value_count ⇒ ::Integer
Total number of distinct quasi-identifier tuple values in this bucket.
-
#bucket_values ⇒ ::Array<::Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::DeltaPresenceEstimationResult::DeltaPresenceEstimationQuasiIdValues>
Sample of quasi-identifier tuple values in this bucket.
-
#max_probability ⇒ ::Float
Always greater than or equal to min_probability.
-
#min_probability ⇒ ::Float
Between 0 and 1.
Instance Attribute Details
#bucket_size ⇒ ::Integer
Returns Number of records within these probability bounds.
2038 2039 2040 2041 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2038 class DeltaPresenceEstimationHistogramBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bucket_value_count ⇒ ::Integer
Returns Total number of distinct quasi-identifier tuple values in this bucket.
2038 2039 2040 2041 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2038 class DeltaPresenceEstimationHistogramBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bucket_values ⇒ ::Array<::Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::DeltaPresenceEstimationResult::DeltaPresenceEstimationQuasiIdValues>
Returns Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.
2038 2039 2040 2041 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2038 class DeltaPresenceEstimationHistogramBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_probability ⇒ ::Float
Returns Always greater than or equal to min_probability.
2038 2039 2040 2041 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2038 class DeltaPresenceEstimationHistogramBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_probability ⇒ ::Float
Returns Between 0 and 1.
2038 2039 2040 2041 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2038 class DeltaPresenceEstimationHistogramBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |