Class: Google::Privacy::Dlp::V2beta1::PrivacyMetric::CategoricalStatsConfig
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::PrivacyMetric::CategoricalStatsConfig
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/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::Privacy::Dlp::V2beta1::FieldId
Field to compute categorical stats on.
Instance Attribute Details
#field ⇒ Google::Privacy::Dlp::V2beta1::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.
521 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 521 class CategoricalStatsConfig; end |