Show / Hide Table of Contents

Class SpeculationStageSummary

Details of the speculation task when speculative execution is enabled.

Inheritance
object
SpeculationStageSummary
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 SpeculationStageSummary : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NumActiveTasks

Declaration
[JsonProperty("numActiveTasks")]
public virtual int? NumActiveTasks { get; set; }
Property Value
Type Description
int?

NumCompletedTasks

Declaration
[JsonProperty("numCompletedTasks")]
public virtual int? NumCompletedTasks { get; set; }
Property Value
Type Description
int?

NumFailedTasks

Declaration
[JsonProperty("numFailedTasks")]
public virtual int? NumFailedTasks { get; set; }
Property Value
Type Description
int?

NumKilledTasks

Declaration
[JsonProperty("numKilledTasks")]
public virtual int? NumKilledTasks { get; set; }
Property Value
Type Description
int?

NumTasks

Declaration
[JsonProperty("numTasks")]
public virtual int? NumTasks { get; set; }
Property Value
Type Description
int?

StageAttemptId

Declaration
[JsonProperty("stageAttemptId")]
public virtual int? StageAttemptId { get; set; }
Property Value
Type Description
int?

StageId

Declaration
[JsonProperty("stageId")]
public virtual long? StageId { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX