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

ExecutorPeakMetricsDistributions

import type { ExecutorPeakMetricsDistributions } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
interface ExecutorPeakMetricsDistributions {
executorMetrics?: ExecutorMetrics[];
quantiles?: number[];
}

§Properties

§
executorMetrics?: ExecutorMetrics[]
[src]
§
quantiles?: number[]
[src]