ProcessSummary
import type { ProcessSummary } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Process Summary
interface ProcessSummary {
addTime?: Date;
hostPort?: string;
isActive?: boolean;
processId?: string;
processLogs?: {};
[key: string]: string;
removeTime?: Date;
totalCores?: number;
}