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

ProjectsLocationsBatchesSparkApplicationsSearchStageAttemptsOptions

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

Additional options for Dataproc#projectsLocationsBatchesSparkApplicationsSearchStageAttempts.

interface ProjectsLocationsBatchesSparkApplicationsSearchStageAttemptsOptions {
pageSize?: number;
pageToken?: string;
parent?: string;
stageId?: bigint;
summaryMetricsMask?: string;
}

§Properties

§
pageSize?: number
[src]

Optional. Maximum number of stage attempts (paging based on stage_attempt_id) to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.

§
pageToken?: string
[src]

Optional. A page token received from a previous SearchSparkApplicationStageAttempts call. Provide this token to retrieve the subsequent page.

§
parent?: string
[src]

Required. Parent (Batch) resource reference.

§
stageId?: bigint
[src]

Required. Stage ID for which attempts are to be fetched

§
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