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

GooglePrivacyDlpV2NumericalStatsResult

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

Result of the numerical stats computation.

interface GooglePrivacyDlpV2NumericalStatsResult {
quantileValues?: GooglePrivacyDlpV2Value[];
}

§Properties

§

Maximum value appearing in the column.

§

Minimum value appearing in the column.

§
quantileValues?: GooglePrivacyDlpV2Value[]
[src]

List of 99 values that partition the set of field values into 100 equal sized buckets.