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

Quantiles

import type { Quantiles } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

Quantile metrics data related to Tasks. Units can be seconds, bytes, milliseconds, etc depending on the message type.

interface Quantiles {
count?: bigint;
maximum?: bigint;
minimum?: bigint;
percentile25?: bigint;
percentile50?: bigint;
percentile75?: bigint;
sum?: bigint;
}

§Properties

§
count?: bigint
[src]
§
maximum?: bigint
[src]
§
minimum?: bigint
[src]
§
percentile25?: bigint
[src]
§
percentile50?: bigint
[src]
§
percentile75?: bigint
[src]
§
sum?: bigint
[src]