Class CohortInfo
Information about the cohort that the workload belongs to.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class CohortInfo : IDirectResponseSchema
Properties
Cohort
Output only. Final cohort that was used to tune the workload.
Declaration
[JsonProperty("cohort")]
public virtual string Cohort { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CohortSource
Output only. Source of the cohort.
Declaration
[JsonProperty("cohortSource")]
public virtual string CohortSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |