GooglePrivacyDlpV2CategoricalStatsConfigArgs

data class GooglePrivacyDlpV2CategoricalStatsConfigArgs(val field: Output<GooglePrivacyDlpV2FieldIdArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2CategoricalStatsConfigArgs>

Compute numerical stats over an individual column, including number of distinct values and value count distribution.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GooglePrivacyDlpV2CategoricalStatsConfigArgs

Properties

Link copied to clipboard

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.