Class: Google::Privacy::Dlp::V2::AnalyzeDataSourceRiskDetails::KAnonymityResult::KAnonymityHistogramBucket

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

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_sizeInteger

Returns Total number of equivalence classes in this bucket.

Returns:

  • (Integer)

    Total number of equivalence classes in this bucket.



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

class KAnonymityHistogramBucket; end

#bucket_value_countInteger

Returns Total number of distinct equivalence classes in this bucket.

Returns:

  • (Integer)

    Total number of distinct equivalence classes in this bucket.



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

class KAnonymityHistogramBucket; end

#bucket_valuesArray<Google::Privacy::Dlp::V2::AnalyzeDataSourceRiskDetails::KAnonymityResult::KAnonymityEquivalenceClass>

Returns Sample of equivalence classes in this bucket. The total number of classes returned per bucket is capped at 20.

Returns:



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

class KAnonymityHistogramBucket; end

#equivalence_class_size_lower_boundInteger

Returns Lower bound on the size of the equivalence classes in this bucket.

Returns:

  • (Integer)

    Lower bound on the size of the equivalence classes in this bucket.



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

class KAnonymityHistogramBucket; end

#equivalence_class_size_upper_boundInteger

Returns Upper bound on the size of the equivalence classes in this bucket.

Returns:

  • (Integer)

    Upper bound on the size of the equivalence classes in this bucket.



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

class KAnonymityHistogramBucket; end