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

RuntimeConfig

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

Runtime configuration for a workload.

interface RuntimeConfig {
containerImage?: string;
properties?: {
[key: string]: string;
}
;
repositoryConfig?: RepositoryConfig;
version?: string;
}

§Properties

§
containerImage?: string
[src]

Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.

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

Optional. A mapping of property names to values, which are used to configure workload execution.

§
repositoryConfig?: RepositoryConfig
[src]

Optional. Dependency repository configuration.

§
version?: string
[src]

Optional. Version of the batch runtime.