Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::StatisticalTable (v0.9.0)

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>
Returns

#quasi_ids=

defquasi_ids=(value)->::Array<::Google::Cloud::Dlp::V2::StatisticalTable::QuasiIdentifierField>
Parameter
Returns

#relative_frequency

defrelative_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=

defrelative_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

deftable()->::Google::Cloud::Dlp::V2::BigQueryTable
Returns

#table=

deftable=(value)->::Google::Cloud::Dlp::V2::BigQueryTable
Parameter
Returns

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.