Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::StatisticalTable (v0.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::StatisticalTable.
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
defquasi_ids()->::Array<::Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField>- (::Array<::Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField>) — Required. Quasi-identifier columns.
#quasi_ids=
defquasi_ids=(value)->::Array<::Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField>- value (::Array<::Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField>) — Required. Quasi-identifier columns.
- (::Array<::Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField>) — Required. Quasi-identifier columns.
#relative_frequency
defrelative_frequency()->::Google::Cloud::Dlp::V2::FieldId- (::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=
defrelative_frequency=(value)->::Google::Cloud::Dlp::V2::FieldId- 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.
- (::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
deftable()->::Google::Cloud::Dlp::V2::BigQueryTable- (::Google::Cloud::Dlp::V2::BigQueryTable) — Required. Auxiliary table location.
#table=
deftable=(value)->::Google::Cloud::Dlp::V2::BigQueryTable- value (::Google::Cloud::Dlp::V2::BigQueryTable) — Required. Auxiliary table location.
- (::Google::Cloud::Dlp::V2::BigQueryTable) — Required. Auxiliary table location.