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

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";
}

§Properties

§
readonly cohort?: string
[src]

Output only. Final cohort that was used to tune the workload.

§
readonly cohortSource?: "COHORT_SOURCE_UNSPECIFIED" | "USER_PROVIDED" | "AIRFLOW"
[src]

Output only. Source of the cohort.