CohortInfo
import type { CohortInfo } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";Information about the cohort that the workload belongs to.
interface CohortInfo {
readonly cohort?: string;
readonly cohortSource?: "COHORT_SOURCE_UNSPECIFIED" | "USER_PROVIDED" | "AIRFLOW";
}