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

JobPlacement

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

Dataproc job config.

interface JobPlacement {
clusterLabels?: {
[key: string]: string;
}
;
clusterName?: string;
readonly clusterUuid?: string;
}

§Properties

§
clusterLabels?: {
[key: string]: string;
}
[src]

Optional. Cluster labels to identify a cluster where the job will be submitted.

§
clusterName?: string
[src]

Required. The name of the cluster where the job will be submitted.

§
readonly clusterUuid?: string
[src]

Output only. A cluster UUID generated by the Dataproc service when the job is submitted.