Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GooglePrivacyDlpV2LDiversityHistogramBucket

import type { GooglePrivacyDlpV2LDiversityHistogramBucket } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Histogram of l-diversity equivalence class sensitive value frequencies.

interface GooglePrivacyDlpV2LDiversityHistogramBucket {
bucketSize?: bigint;
bucketValueCount?: bigint;
sensitiveValueFrequencyLowerBound?: bigint;
sensitiveValueFrequencyUpperBound?: bigint;
}

§Properties

§
bucketSize?: bigint
[src]

Total number of equivalence classes in this bucket.

§
bucketValueCount?: bigint
[src]

Total number of distinct equivalence classes in this bucket.

§

Sample of equivalence classes in this bucket. The total number of classes returned per bucket is capped at 20.

§
sensitiveValueFrequencyLowerBound?: bigint
[src]

Lower bound on the sensitive value frequencies of the equivalence classes in this bucket.

§
sensitiveValueFrequencyUpperBound?: bigint
[src]

Upper bound on the sensitive value frequencies of the equivalence classes in this bucket.