Class: Google::Privacy::Dlp::V2::PrivacyMetric::KMapEstimationConfig::AuxiliaryTable

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

An auxiliary table contains 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: QuasiIdField

Instance Attribute Summary collapse

Instance Attribute Details

#quasi_idsArray<Google::Privacy::Dlp::V2::PrivacyMetric::KMapEstimationConfig::AuxiliaryTable::QuasiIdField>

Returns Required. Quasi-identifier columns.



989
990
991
992
993
994
995
996
997
998
999
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 989

class AuxiliaryTable
  # 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]
  #     Identifies the column.
  # @!attribute [rw] custom_tag
  #   @return [String]
  #     A auxiliary field.
  class QuasiIdField; end
end

#relative_frequencyGoogle::Privacy::Dlp::V2::FieldId

Returns 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::Privacy::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.



989
990
991
992
993
994
995
996
997
998
999
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 989

class AuxiliaryTable
  # 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]
  #     Identifies the column.
  # @!attribute [rw] custom_tag
  #   @return [String]
  #     A auxiliary field.
  class QuasiIdField; end
end

#tableGoogle::Privacy::Dlp::V2::BigQueryTable

Returns Required. Auxiliary table location.

Returns:



989
990
991
992
993
994
995
996
997
998
999
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 989

class AuxiliaryTable
  # 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]
  #     Identifies the column.
  # @!attribute [rw] custom_tag
  #   @return [String]
  #     A auxiliary field.
  class QuasiIdField; end
end