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

GooglePrivacyDlpV2StatisticalTable

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

An auxiliary table containing statistical information on the relative frequency of different quasi-identifiers values. It has one or several quasi-identifiers columns, and one column that indicates the relative frequency of each quasi-identifier tuple. If a tuple is present in the data but not in the auxiliary table, the corresponding relative frequency is assumed to be zero (and thus, the tuple is highly reidentifiable).

interface GooglePrivacyDlpV2StatisticalTable {
relativeFrequency?: GooglePrivacyDlpV2FieldId;
}

§Properties

§

Required. Quasi-identifier columns.

§
relativeFrequency?: GooglePrivacyDlpV2FieldId
[src]

Required. The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.

§

Required. Auxiliary table location.