View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationHistogramBucket (google_api_dlp v0.46.0)

A KMapEstimationHistogramBucket message with the following values: min_anonymity: 3 max_anonymity: 5 frequency: 42 means that there are 42 records whose quasi-identifier values correspond to 3, 4 or 5 people in the overlying population. An important particular case is when min_anonymity = max_anonymity = 1: the frequency field then corresponds to the number of uniquely identifiable records.

Attributes

  • bucketSize (type: String.t, default: nil) - Number of records within these anonymity bounds.
  • bucketValueCount (type: String.t, default: nil) - Total number of distinct quasi-identifier tuple values in this bucket.
  • bucketValues (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationQuasiIdValues.t), default: nil) - Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.
  • maxAnonymity (type: String.t, default: nil) - Always greater than or equal to min_anonymity.
  • minAnonymity (type: String.t, default: nil) - Always positive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationHistogramBucket{
  bucketSize: String.t() | nil,
  bucketValueCount: String.t() | nil,
  bucketValues:
    [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationQuasiIdValues.t()]
    | nil,
  maxAnonymity: String.t() | nil,
  minAnonymity: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.