Class: Google::Privacy::Dlp::V2::AnalyzeDataSourceRiskDetails::KMapEstimationResult::KMapEstimationHistogramBucket

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

A KMapEstimationHistogramBucket message with the following values: min_anonymity: 3 max_anonymity: 5 frequency: 42 means that there are 42 records whose quasi-identifier values correspond to 3, 4 or 5 people in the overlying population. An important particular case is when min_anonymity = max_anonymity = 1: the frequency field then corresponds to the number of uniquely identifiable records.

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_sizeInteger

Returns Number of records within these anonymity bounds.

Returns:

  • (Integer)

    Number of records within these anonymity bounds.



1053
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1053

class KMapEstimationHistogramBucket; end

#bucket_value_countInteger

Returns Total number of distinct quasi-identifier tuple values in this bucket.

Returns:

  • (Integer)

    Total number of distinct quasi-identifier tuple values in this bucket.



1053
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1053

class KMapEstimationHistogramBucket; end

#bucket_valuesArray<Google::Privacy::Dlp::V2::AnalyzeDataSourceRiskDetails::KMapEstimationResult::KMapEstimationQuasiIdValues>

Returns Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.

Returns:



1053
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1053

class KMapEstimationHistogramBucket; end

#max_anonymityInteger

Returns Always greater than or equal to min_anonymity.

Returns:

  • (Integer)

    Always greater than or equal to min_anonymity.



1053
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1053

class KMapEstimationHistogramBucket; end

#min_anonymityInteger

Returns Always positive.

Returns:

  • (Integer)

    Always positive.



1053
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1053

class KMapEstimationHistogramBucket; end