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