Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::DeltaPresenceEstimationResult::DeltaPresenceEstimationHistogramBucket.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bucket_size
def bucket_size() -> ::Integer
- (::Integer) — Number of records within these probability bounds.
#bucket_size=
def bucket_size=(value) -> ::Integer
- value (::Integer) — Number of records within these probability bounds.
- (::Integer) — Number of records within these probability bounds.
#bucket_value_count
def bucket_value_count() -> ::Integer
- (::Integer) — Total number of distinct quasi-identifier tuple values in this bucket.
#bucket_value_count=
def bucket_value_count=(value) -> ::Integer
- value (::Integer) — Total number of distinct quasi-identifier tuple values in this bucket.
- (::Integer) — Total number of distinct quasi-identifier tuple values in this bucket.
#bucket_values
def bucket_values() -> ::Array<::Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::DeltaPresenceEstimationResult::DeltaPresenceEstimationQuasiIdValues>
- (::Array<::Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::DeltaPresenceEstimationResult::DeltaPresenceEstimationQuasiIdValues>) — Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.
#bucket_values=
def bucket_values=(value) -> ::Array<::Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::DeltaPresenceEstimationResult::DeltaPresenceEstimationQuasiIdValues>
- value (::Array<::Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::DeltaPresenceEstimationResult::DeltaPresenceEstimationQuasiIdValues>) — Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.
- (::Array<::Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::DeltaPresenceEstimationResult::DeltaPresenceEstimationQuasiIdValues>) — Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.
#max_probability
def max_probability() -> ::Float
- (::Float) — Always greater than or equal to min_probability.
#max_probability=
def max_probability=(value) -> ::Float
- value (::Float) — Always greater than or equal to min_probability.
- (::Float) — Always greater than or equal to min_probability.
#min_probability
def min_probability() -> ::Float
- (::Float) — Between 0 and 1.
#min_probability=
def min_probability=(value) -> ::Float
- value (::Float) — Between 0 and 1.
- (::Float) — Between 0 and 1.