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

AccessSessionSparkApplicationStageAttemptResponse

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

Stage Attempt for a Stage of a Spark Application

interface AccessSessionSparkApplicationStageAttemptResponse {
readonly stageData?: StageData;
}

§Properties

§
readonly stageData?: StageData
[src]

Output only. Data corresponding to a stage.