StragglerSummary
import type { StragglerSummary } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";Summarized straggler identification details.
interface StragglerSummary  {
recentStragglers?: Straggler[];
stragglerCauseCount?: {};
[key: string]: bigint; 
totalStragglerCount?: bigint;
}