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

AccessSparkApplicationStageAttemptResponse

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

Stage Attempt for a Stage of a Spark Application

interface AccessSparkApplicationStageAttemptResponse {
readonly stageData?: StageData;
}

§Properties

§
readonly stageData?: StageData
[src]

Output only. Data corresponding to a stage.