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

ExecutorResourceRequest

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

Resources used per executor used by the application.

interface ExecutorResourceRequest {
amount?: bigint;
discoveryScript?: string;
resourceName?: string;
vendor?: string;
}

§Properties

§
amount?: bigint
[src]
§
discoveryScript?: string
[src]
§
resourceName?: string
[src]
§
vendor?: string
[src]