RddOperationNode
import type { RddOperationNode } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
A node in the RDD operation graph. Corresponds to a single RDD.
interface RddOperationNode {
barrier?: boolean;
cached?: boolean;
callsite?: string;
name?: string;
nodeId?: number;
outputDeterministicLevel?:
} | "DETERMINISTIC_LEVEL_UNSPECIFIED"
| "DETERMINISTIC_LEVEL_DETERMINATE"
| "DETERMINISTIC_LEVEL_UNORDERED"
| "DETERMINISTIC_LEVEL_INDETERMINATE";