SparkConnectSessionInfo
import type { SparkConnectSessionInfo } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";Represents session-level information for Spark Connect
interface SparkConnectSessionInfo {
finishTimestamp?: bigint;
sessionId?: string;
startTimestamp?: bigint;
totalExecution?: bigint;
userId?: string;
}