ResourceProfileInfo
import type { ResourceProfileInfo } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Resource profile that contains information about all the resources required by executors and tasks.
interface ResourceProfileInfo {
executorResources?: {};
[key: string]: ExecutorResourceRequest;
resourceProfileId?: number;
taskResources?: {};
}[key: string]: TaskResourceRequest;
§Properties
§
executorResources?: {}
[src][key: string]: ExecutorResourceRequest;
§
taskResources?: {}
[src][key: string]: TaskResourceRequest;