Class: Google::Privacy::Dlp::V2beta1::RiskAnalysisOperationResult::CategoricalStatsResult::CategoricalStatsHistogramBucket

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

Overview

Histogram bucket of value frequencies in the column.

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_sizeInteger

Returns Total number of records in this bucket.

Returns:

  • (Integer)

    Total number of records in this bucket.



607
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 607

class CategoricalStatsHistogramBucket; end

#bucket_valuesArray<Google::Privacy::Dlp::V2beta1::ValueFrequency>

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

Returns:



607
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 607

class CategoricalStatsHistogramBucket; end

#value_frequency_lower_boundInteger

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.



607
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 607

class CategoricalStatsHistogramBucket; end

#value_frequency_upper_boundInteger

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.



607
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 607

class CategoricalStatsHistogramBucket; end