cohortSource property

String? cohortSource
getter/setter pair

Source of the cohort.

Output only. Possible string values are:

  • "COHORT_SOURCE_UNSPECIFIED" : Cohort source is unspecified.
  • "USER_PROVIDED" : Indicates that the cohort was explicitly provided.
  • "AIRFLOW" : Composed from the labels coming from Airflow/Composer.

Implementation

core.String? cohortSource;