Class: Google::Privacy::Dlp::V2::AnalyzeDataSourceRiskDetails::CategoricalStatsResult::CategoricalStatsHistogramBucket

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_size ⇒ Integer

Returns Total number of values in this bucket.

Returns:

  • (Integer) —

    Total number of values in this bucket.



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

class CategoricalStatsHistogramBucket; end

#bucket_value_count ⇒ Integer

Returns Total number of distinct values in this bucket.

Returns:

  • (Integer) —

    Total number of distinct values in this bucket.



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

class CategoricalStatsHistogramBucket; end

#bucket_values ⇒ Array<Google::Privacy::Dlp::V2::ValueFrequency>

Returns Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.

Returns:



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

class CategoricalStatsHistogramBucket; end

#value_frequency_lower_bound ⇒ Integer

Returns Lower bound on the value frequency of the values in this bucket.

Returns:

  • (Integer) —

    Lower bound on the value frequency of the values in this bucket.



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

class CategoricalStatsHistogramBucket; end

#value_frequency_upper_bound ⇒ Integer

Returns Upper bound on the value frequency of the values in this bucket.

Returns:

  • (Integer) —

    Upper bound on the value frequency of the values in this bucket.



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

class CategoricalStatsHistogramBucket; end