Show / Hide Table of Contents

Class CohortInfo

Information about the cohort that the workload belongs to.

Inheritance
object
CohortInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX