google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationHistogramBucket View Source

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 (String.t): Number of records within these anonymity bounds. Defaults to: null.
  • bucketValueCount (String.t): Total number of distinct quasi-identifier tuple values in this bucket. Defaults to: null.
  • bucketValues ([GooglePrivacyDlpV2KMapEstimationQuasiIdValues]): Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20. Defaults to: null.
  • maxAnonymity (String.t): Always greater than or equal to min_anonymity. Defaults to: null.
  • minAnonymity (String.t): Always positive. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationHistogramBucket{
  bucketSize: any(),
  bucketValueCount: any(),
  bucketValues: [
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationQuasiIdValues.t()
  ],
  maxAnonymity: any(),
  minAnonymity: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.