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).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#quasi_ids
def quasi_ids() -> ::Array<::Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField>
Returns
- (::Array<::Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField>) — Required. Quasi-identifier columns.
#quasi_ids=
def quasi_ids=(value) -> ::Array<::Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField>) — Required. Quasi-identifier columns.
Returns
- (::Array<::Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField>) — Required. Quasi-identifier columns.
#relative_frequency
def relative_frequency() -> ::Google::Cloud::Dlp::V2::FieldId
Returns
- (::Google::Cloud::Dlp::V2::FieldId) — Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
#relative_frequency=
def relative_frequency=(value) -> ::Google::Cloud::Dlp::V2::FieldId
Parameter
- value (::Google::Cloud::Dlp::V2::FieldId) — Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
Returns
- (::Google::Cloud::Dlp::V2::FieldId) — Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
#table
def table() -> ::Google::Cloud::Dlp::V2::BigQueryTable
Returns
- (::Google::Cloud::Dlp::V2::BigQueryTable) — Required. Auxiliary table location.
#table=
def table=(value) -> ::Google::Cloud::Dlp::V2::BigQueryTable
Parameter
- value (::Google::Cloud::Dlp::V2::BigQueryTable) — Required. Auxiliary table location.
Returns
- (::Google::Cloud::Dlp::V2::BigQueryTable) — Required. Auxiliary table location.