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

ExecutorStageSummary

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

Executor resources consumed by a stage.

interface ExecutorStageSummary {
diskBytesSpilled?: bigint;
executorId?: string;
failedTasks?: number;
inputBytes?: bigint;
inputRecords?: bigint;
isExcludedForStage?: boolean;
killedTasks?: number;
memoryBytesSpilled?: bigint;
outputBytes?: bigint;
outputRecords?: bigint;
peakMemoryMetrics?: ExecutorMetrics;
shuffleRead?: bigint;
shuffleReadRecords?: bigint;
shuffleWrite?: bigint;
shuffleWriteRecords?: bigint;
stageAttemptId?: number;
stageId?: bigint;
succeededTasks?: number;
taskTimeMillis?: bigint;
}

§Properties

§
diskBytesSpilled?: bigint
[src]
§
executorId?: string
[src]
§
failedTasks?: number
[src]
§
inputBytes?: bigint
[src]
§
inputRecords?: bigint
[src]
§
isExcludedForStage?: boolean
[src]
§
killedTasks?: number
[src]
§
memoryBytesSpilled?: bigint
[src]
§
outputBytes?: bigint
[src]
§
outputRecords?: bigint
[src]
§
peakMemoryMetrics?: ExecutorMetrics
[src]
§
shuffleRead?: bigint
[src]
§
shuffleReadRecords?: bigint
[src]
§
shuffleWrite?: bigint
[src]
§
shuffleWriteRecords?: bigint
[src]
§
stageAttemptId?: number
[src]
§
stageId?: bigint
[src]
§
succeededTasks?: number
[src]
§
taskTimeMillis?: bigint
[src]