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
§
edges?: RddOperationEdge[]
[src]§
incomingEdges?: RddOperationEdge[]
[src]§
outgoingEdges?: RddOperationEdge[]
[src]§
rootCluster?: RddOperationCluster
[src]