google_api_dlp v0.9.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 ([GooglePrivacyDlpV2QuasiIdField]): Quasi-identifier columns. [required] Defaults to:
null. - relativeFrequency (GooglePrivacyDlpV2FieldId): The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero. [required] Defaults to:
null. - table (GooglePrivacyDlpV2BigQueryTable): Auxiliary table location. [required] Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
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()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.