Class: Google::Privacy::Dlp::V2::StatisticalTable
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::StatisticalTable
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
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).
Defined Under Namespace
Classes: QuasiIdentifierField
Instance Attribute Summary collapse
-
#quasi_ids ⇒ Array<Google::Privacy::Dlp::V2::StatisticalTable::QuasiIdentifierField>
Quasi-identifier columns.
-
#relative_frequency ⇒ Google::Privacy::Dlp::V2::FieldId
The relative frequency column must contain a floating-point number between 0 and 1 (inclusive).
-
#table ⇒ Google::Privacy::Dlp::V2::BigQueryTable
Auxiliary table location.
Instance Attribute Details
#quasi_ids ⇒ Array<Google::Privacy::Dlp::V2::StatisticalTable::QuasiIdentifierField>
Returns Quasi-identifier columns. [required]
635 636 637 638 639 640 641 642 643 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 635 class StatisticalTable # A quasi-identifier column has a custom_tag, used to know which column # in the data corresponds to which column in the statistical model. # @!attribute [rw] field # @return [Google::Privacy::Dlp::V2::FieldId] # @!attribute [rw] custom_tag # @return [String] class QuasiIdentifierField; end end |
#relative_frequency ⇒ Google::Privacy::Dlp::V2::FieldId
Returns The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero. [required]
635 636 637 638 639 640 641 642 643 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 635 class StatisticalTable # A quasi-identifier column has a custom_tag, used to know which column # in the data corresponds to which column in the statistical model. # @!attribute [rw] field # @return [Google::Privacy::Dlp::V2::FieldId] # @!attribute [rw] custom_tag # @return [String] class QuasiIdentifierField; end end |
#table ⇒ Google::Privacy::Dlp::V2::BigQueryTable
Returns Auxiliary table location. [required]
635 636 637 638 639 640 641 642 643 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 635 class StatisticalTable # A quasi-identifier column has a custom_tag, used to know which column # in the data corresponds to which column in the statistical model. # @!attribute [rw] field # @return [Google::Privacy::Dlp::V2::FieldId] # @!attribute [rw] custom_tag # @return [String] class QuasiIdentifierField; end end |