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

ProgressTimeseries

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

Information about the progress of some component of job execution.

interface ProgressTimeseries {
currentProgress?: number;
dataPoints?: Point[];
}

§Properties

§
currentProgress?: number
[src]

The current progress of the component, in the range [0,1].

§
dataPoints?: Point[]
[src]

History of progress for the component. Points are sorted by time.