GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationResult (google_api_dlp v0.41.0) View Source
Result of the reidentifiability analysis. Note that these results are an estimation, not exact values.
Attributes
-
kMapEstimationHistogram
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationHistogramBucket.t)
, default:nil
) - The intervals [min_anonymity, max_anonymity] do not overlap. If a value doesn't correspond to any such interval, the associated frequency is zero. For example, the following records: {min_anonymity: 1, max_anonymity: 1, frequency: 17} {min_anonymity: 2, max_anonymity: 3, frequency: 42} {min_anonymity: 5, max_anonymity: 10, frequency: 99} mean that there are no record with an estimated anonymity of 4, 5, or larger than 10.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationResult{ kMapEstimationHistogram: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationHistogramBucket.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.