InstanceSelectionResult
import type { InstanceSelectionResult } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";Defines a mapping from machine types to the number of VMs that are created with each machine type.
interface InstanceSelectionResult  {
readonly machineType?: string;
readonly vmCount?: number;
}