public sealed class PrivacyMetric.Types.CategoricalStatsConfig : IMessage<PrivacyMetric.Types.CategoricalStatsConfig>, IEquatable<PrivacyMetric.Types.CategoricalStatsConfig>, IDeepCloneable<PrivacyMetric.Types.CategoricalStatsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class PrivacyMetric.Types.CategoricalStatsConfig.
Compute numerical stats over an individual column, including
number of distinct values and value count distribution.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference documentation for the `PrivacyMetric.Types.CategoricalStatsConfig` class within the Google Cloud Data Loss Prevention v2 API."],["The `CategoricalStatsConfig` class is used to compute statistics on a column, including the number of distinct values and the distribution of value counts."],["It supports all column types except arrays and structs, inheriting from the object class and implementing various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document includes a list of available versions for this API, ranging from 2.15.0 to the latest version 4.16.0, and provides navigation links to the documentation of each one of these versions."],["The class provides a public `Field` property of the `FieldId` type to specify the column on which to calculate stats."]]],[]]