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

StageAttemptTasksSummary

import type { StageAttemptTasksSummary } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

Data related to tasks summary for a Spark Stage Attempt

interface StageAttemptTasksSummary {
applicationId?: string;
numFailedTasks?: number;
numKilledTasks?: number;
numPendingTasks?: number;
numRunningTasks?: number;
numSuccessTasks?: number;
numTasks?: number;
stageAttemptId?: number;
stageId?: bigint;
}

§Properties

§
applicationId?: string
[src]
§
numFailedTasks?: number
[src]
§
numKilledTasks?: number
[src]
§
numPendingTasks?: number
[src]
§
numRunningTasks?: number
[src]
§
numSuccessTasks?: number
[src]
§
numTasks?: number
[src]
§
stageAttemptId?: number
[src]
§
stageId?: bigint
[src]