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

RddOperationGraph

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

Graph representing RDD dependencies. Consists of edges and a root cluster.

interface RddOperationGraph {
edges?: RddOperationEdge[];
incomingEdges?: RddOperationEdge[];
outgoingEdges?: RddOperationEdge[];
rootCluster?: RddOperationCluster;
stageId?: bigint;
}

§Properties

§
incomingEdges?: RddOperationEdge[]
[src]
§
outgoingEdges?: RddOperationEdge[]
[src]
§
stageId?: bigint
[src]