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

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?: {
[key: string]: ExecutorResourceRequest;
}
[src]
§
resourceProfileId?: number
[src]
§
taskResources?: {
[key: string]: TaskResourceRequest;
}
[src]