Class: Google::Cloud::Dlp::V2::PrivacyMetric::KMapEstimationConfig::AuxiliaryTable::QuasiIdField
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::PrivacyMetric::KMapEstimationConfig::AuxiliaryTable::QuasiIdField
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
A quasi-identifier column has a custom_tag, used to know which column in the data corresponds to which column in the statistical model.
Instance Attribute Summary collapse
-
#custom_tag ⇒ ::String
A auxiliary field.
-
#field ⇒ ::Google::Cloud::Dlp::V2::FieldId
Identifies the column.
Instance Attribute Details
#custom_tag ⇒ ::String
Returns A auxiliary field.
1712 1713 1714 1715 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1712 class QuasiIdField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#field ⇒ ::Google::Cloud::Dlp::V2::FieldId
Returns Identifies the column.
1712 1713 1714 1715 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1712 class QuasiIdField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |