GooglePrivacyDlpV2StatisticalTableArgs

data class GooglePrivacyDlpV2StatisticalTableArgs(val quasiIds: Output<List<GooglePrivacyDlpV2QuasiIdentifierFieldArgs>>, val relativeFrequency: Output<GooglePrivacyDlpV2FieldIdArgs>, val table: Output<GooglePrivacyDlpV2BigQueryTableArgs>) : ConvertibleToJava<GooglePrivacyDlpV2StatisticalTableArgs>

An auxiliary table containing statistical information on the relative frequency of different quasi-identifiers values. It has one or several quasi-identifiers columns, and one column that indicates the relative frequency of each quasi-identifier tuple. If a tuple is present in the data but not in the auxiliary table, the corresponding relative frequency is assumed to be zero (and thus, the tuple is highly reidentifiable).

Constructors

Functions

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

Properties

Link copied to clipboard

Quasi-identifier columns.

Link copied to clipboard

The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.

Link copied to clipboard

Auxiliary table location.