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

DriverSchedulingConfig

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

Driver scheduling configuration.

interface DriverSchedulingConfig {
memoryMb?: number;
vcores?: number;
}

§Properties

§
memoryMb?: number
[src]

Required. The amount of memory in MB the driver is requesting.

§
vcores?: number
[src]

Required. The number of vCPUs the driver is requesting.