ApplicationEnvironmentInfo
import type { ApplicationEnvironmentInfo } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Details about the Environment that the application is running in.
interface ApplicationEnvironmentInfo {
classpathEntries?: {};
[key: string]: string;
hadoopProperties?: {};
[key: string]: string;
metricsProperties?: {};
[key: string]: string;
resourceProfiles?: ResourceProfileInfo[];
runtime?: SparkRuntimeInfo;
sparkProperties?: {};
[key: string]: string;
systemProperties?: {};
}[key: string]: string;