google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityHistogramBucket View Source
Histogram of k-anonymity equivalence classes.
Attributes
bucketSize
(type:String.t
, default:nil
) - Total number of equivalence classes in this bucket.bucketValueCount
(type:String.t
, default:nil
) - Total number of distinct equivalence classes in this bucket.bucketValues
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityEquivalenceClass.t)
, default:nil
) - Sample of equivalence classes in this bucket. The total number of classes returned per bucket is capped at 20.equivalenceClassSizeLowerBound
(type:String.t
, default:nil
) - Lower bound on the size of the equivalence classes in this bucket.equivalenceClassSizeUpperBound
(type:String.t
, default:nil
) - Upper bound on the size of the equivalence classes in this bucket.
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.GooglePrivacyDlpV2KAnonymityHistogramBucket{ bucketSize: String.t(), bucketValueCount: String.t(), bucketValues: [ GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityEquivalenceClass.t() ], equivalenceClassSizeLowerBound: String.t(), equivalenceClassSizeUpperBound: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.