SpeculationStageSummary
import type { SpeculationStageSummary } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Details of the speculation task when speculative execution is enabled.
interface SpeculationStageSummary {
numActiveTasks?: number;
numCompletedTasks?: number;
numFailedTasks?: number;
numKilledTasks?: number;
numTasks?: number;
stageAttemptId?: number;
stageId?: bigint;
}