public sealed class TaggedField : IMessage<PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField>, IEquatable<PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField>, IDeepCloneable<PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField.
A column with a semantic tag attached.
Implements
IMessage<PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField>, IEquatable<PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField>, IDeepCloneable<PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
TaggedField()
public TaggedField()
TaggedField(PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField)
public TaggedField(PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField other)
Name | Description |
other | PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField |
Properties
CustomTag
public string CustomTag { get; set; }
A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).
Type | Description |
String |
Field
public FieldId Field { get; set; }
Required. Identifies the column.
Type | Description |
FieldId |
Inferred
public Empty Inferred { get; set; }
If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data
Type | Description |