View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AuxiliaryTable (google_api_dlp v0.46.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AuxiliaryTable{
  quasiIds: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2QuasiIdField.t()] | nil,
  relativeFrequency: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t() | nil,
  table: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.