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

AutotuningConfig

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

Autotuning configuration of the workload.

interface AutotuningConfig {
scenarios?:
| "SCENARIO_UNSPECIFIED"
| "SCALING"
| "BROADCAST_HASH_JOIN"
| "MEMORY"
| "NONE"
| "AUTO"[];
}

§Properties

§
scenarios?: "SCENARIO_UNSPECIFIED" | "SCALING" | "BROADCAST_HASH_JOIN" | "MEMORY" | "NONE" | "AUTO"[]
[src]

Optional. Scenarios for which tunings are applied.