ApplicationInfo
import type { ApplicationInfo } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
High level information corresponding to an application.
interface ApplicationInfo {
applicationContextIngestionStatus?: "APPLICATION_CONTEXT_INGESTION_STATUS_UNSPECIFIED" | "APPLICATION_CONTEXT_INGESTION_STATUS_COMPLETED";
applicationId?: string;
attempts?: ApplicationAttemptInfo[];
coresGranted?: number;
coresPerExecutor?: number;
maxCores?: number;
memoryPerExecutorMb?: number;
name?: string;
quantileDataStatus?: "QUANTILE_DATA_STATUS_UNSPECIFIED" | "QUANTILE_DATA_STATUS_COMPLETED" | "QUANTILE_DATA_STATUS_FAILED";
}