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

ProjectsLocationsBatchesSparkApplicationsAccessStageAttemptOptions

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

Additional options for Dataproc#projectsLocationsBatchesSparkApplicationsAccessStageAttempt.

interface ProjectsLocationsBatchesSparkApplicationsAccessStageAttemptOptions {
parent?: string;
stageAttemptId?: number;
stageId?: bigint;
summaryMetricsMask?: string;
}

§Properties

§
parent?: string
[src]

Required. Parent (Batch) resource reference.

§
stageAttemptId?: number
[src]

Required. Stage Attempt ID

§
stageId?: bigint
[src]

Required. Stage ID

§
summaryMetricsMask?: string
[src]

Optional. The list of summary metrics fields to include. Empty list will default to skip all summary metrics fields. Example, if the response should include TaskQuantileMetrics, the request should have task_quantile_metrics in summary_metrics_mask field