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

AccessSparkApplicationStageRddOperationGraphResponse

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

RDD operation graph for a Spark Application Stage limited to maximum 10000 clusters.

interface AccessSparkApplicationStageRddOperationGraphResponse {
rddOperationGraph?: RddOperationGraph;
}

§Properties

§
rddOperationGraph?: RddOperationGraph
[src]

RDD operation graph for a Spark Application Stage.