Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JobExecutionInfo

import type { JobExecutionInfo } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Additional information about how a Cloud Dataflow job will be executed that isn't contained in the submitted job.

interface JobExecutionInfo {
stages?: {
[key: string]: JobExecutionStageInfo;
}
;
}

§Properties

§
stages?: {
[key: string]: JobExecutionStageInfo;
}
[src]

A mapping from each stage to the information about that stage.