Class: Google::Cloud::Dlp::V2::PrivacyMetric::CategoricalStatsConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::PrivacyMetric::CategoricalStatsConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Compute numerical stats over an individual column, including number of distinct values and value count distribution.
Instance Attribute Summary collapse
-
#field ⇒ ::Google::Cloud::Dlp::V2::FieldId
Field to compute categorical stats on.
Instance Attribute Details
#field ⇒ ::Google::Cloud::Dlp::V2::FieldId
Returns Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.
1672 1673 1674 1675 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1672 class CategoricalStatsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |