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

TaskData

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

Data corresponding to tasks created by spark.

interface TaskData {
accumulatorUpdates?: AccumulableInfo[];
attempt?: number;
durationMillis?: bigint;
errorMessage?: string;
executorId?: string;
executorLogs?: {
[key: string]: string;
}
;
gettingResultTimeMillis?: bigint;
hasMetrics?: boolean;
host?: string;
index?: number;
launchTime?: Date;
partitionId?: number;
resultFetchStart?: Date;
schedulerDelayMillis?: bigint;
speculative?: boolean;
stageAttemptId?: number;
stageId?: bigint;
status?: string;
taskId?: bigint;
taskLocality?: string;
taskMetrics?: TaskMetrics;
}

§Properties

§
accumulatorUpdates?: AccumulableInfo[]
[src]
§
attempt?: number
[src]
§
durationMillis?: bigint
[src]
§
errorMessage?: string
[src]
§
executorId?: string
[src]
§
executorLogs?: {
[key: string]: string;
}
[src]
§
gettingResultTimeMillis?: bigint
[src]
§
hasMetrics?: boolean
[src]
§
host?: string
[src]
§
index?: number
[src]
§
launchTime?: Date
[src]
§
partitionId?: number
[src]
§
resultFetchStart?: Date
[src]
§
schedulerDelayMillis?: bigint
[src]
§
speculative?: boolean
[src]
§
stageAttemptId?: number
[src]
§
stageId?: bigint
[src]
§
status?: string
[src]
§
taskId?: bigint
[src]
§
taskLocality?: string
[src]
§
taskMetrics?: TaskMetrics
[src]