google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AuxiliaryTable View Source
An auxiliary table contains 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).
Attributes
quasiIds
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2QuasiIdField.t)
, default:nil
) - Required. Quasi-identifier columns.relativeFrequency
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t
, default:nil
) - Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.table
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t
, default:nil
) - Required. Auxiliary table location.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AuxiliaryTable{ quasiIds: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2QuasiIdField.t()], relativeFrequency: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t(), table: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.