Reference documentation and code samples for the Data Loss Prevention V2 Client class StatisticalTable.
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).
Generated from protobuf message google.privacy.dlp.v2.StatisticalTable
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ table
↳ quasi_ids
↳ relative_frequency
FieldId
Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
getTable
Required. Auxiliary table location.
hasTable
clearTable
setTable
Required. Auxiliary table location.
$this
getQuasiIds
Required. Quasi-identifier columns.
setQuasiIds
Required. Quasi-identifier columns.
$this
getRelativeFrequency
Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
hasRelativeFrequency
clearRelativeFrequency
setRelativeFrequency
Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
$this