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

A DeltaPresenceEstimationHistogramBucket message with the following values: min_probability: 0.1 max_probability: 0.2 frequency: 42 means that there are 42 records for which δ is in [0.1, 0.2). An important particular case is when min_probability = max_probability = 1: then, every individual who shares this quasi-identifier combination is in the dataset.

Attributes

  • bucketSize (String.t): Number of records within these probability bounds. Defaults to: null.
  • bucketValueCount (String.t): Total number of distinct quasi-identifier tuple values in this bucket. Defaults to: null.
  • bucketValues ([GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues]): Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20. Defaults to: null.
  • maxProbability (float()): Always greater than or equal to min_probability. Defaults to: null.
  • minProbability (float()): Between 0 and 1. 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.GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket{
    bucketSize: any(),
    bucketValueCount: any(),
    bucketValues: [
      GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues.t()
    ],
    maxProbability: any(),
    minProbability: 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.