RddDataDistribution
import type { RddDataDistribution } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Details about RDD usage.
interface RddDataDistribution {
address?: string;
diskUsed?: bigint;
memoryRemaining?: bigint;
memoryUsed?: bigint;
offHeapMemoryRemaining?: bigint;
offHeapMemoryUsed?: bigint;
onHeapMemoryRemaining?: bigint;
onHeapMemoryUsed?: bigint;
}