Class: Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::NumericalStatsResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::NumericalStatsResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Result of the numerical stats computation.
Instance Attribute Summary collapse
-
#max_value ⇒ ::Google::Cloud::Dlp::V2::Value
Maximum value appearing in the column.
-
#min_value ⇒ ::Google::Cloud::Dlp::V2::Value
Minimum value appearing in the column.
-
#quantile_values ⇒ ::Array<::Google::Cloud::Dlp::V2::Value>
List of 99 values that partition the set of field values into 100 equal sized buckets.
Instance Attribute Details
#max_value ⇒ ::Google::Cloud::Dlp::V2::Value
Returns Maximum value appearing in the column.
1786 1787 1788 1789 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1786 class NumericalStatsResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_value ⇒ ::Google::Cloud::Dlp::V2::Value
Returns Minimum value appearing in the column.
1786 1787 1788 1789 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1786 class NumericalStatsResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#quantile_values ⇒ ::Array<::Google::Cloud::Dlp::V2::Value>
Returns List of 99 values that partition the set of field values into 100 equal sized buckets.
1786 1787 1788 1789 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1786 class NumericalStatsResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |