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

SparkPlanGraphCluster

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

Represents a tree of spark plan.

interface SparkPlanGraphCluster {
desc?: string;
metrics?: SqlPlanMetric[];
name?: string;
sparkPlanGraphClusterId?: bigint;
}

§Properties

§
desc?: string
[src]
§
name?: string
[src]
§
sparkPlanGraphClusterId?: bigint
[src]