Class: Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::CategoricalStatsResult::CategoricalStatsHistogramBucket
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::CategoricalStatsResult::CategoricalStatsHistogramBucket
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Histogram of value frequencies in the column.
Instance Attribute Summary collapse
-
#bucket_size ⇒ ::Integer
Total number of values in this bucket.
-
#bucket_value_count ⇒ ::Integer
Total number of distinct values in this bucket.
-
#bucket_values ⇒ ::Array<::Google::Cloud::Dlp::V2::ValueFrequency>
Sample of value frequencies in this bucket.
-
#value_frequency_lower_bound ⇒ ::Integer
Lower bound on the value frequency of the values in this bucket.
-
#value_frequency_upper_bound ⇒ ::Integer
Upper bound on the value frequency of the values in this bucket.
Instance Attribute Details
#bucket_size ⇒ ::Integer
Returns Total number of values in this bucket.
1816 1817 1818 1819 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1816 class CategoricalStatsHistogramBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bucket_value_count ⇒ ::Integer
Returns Total number of distinct values in this bucket.
1816 1817 1818 1819 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1816 class CategoricalStatsHistogramBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bucket_values ⇒ ::Array<::Google::Cloud::Dlp::V2::ValueFrequency>
Returns Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
1816 1817 1818 1819 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1816 class CategoricalStatsHistogramBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value_frequency_lower_bound ⇒ ::Integer
Returns Lower bound on the value frequency of the values in this bucket.
1816 1817 1818 1819 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1816 class CategoricalStatsHistogramBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value_frequency_upper_bound ⇒ ::Integer
Returns Upper bound on the value frequency of the values in this bucket.
1816 1817 1818 1819 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1816 class CategoricalStatsHistogramBucket include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |