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"[];