Class SpeculationStageSummary
Details of the speculation task when speculative execution is enabled.
Inheritance
SpeculationStageSummary
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class SpeculationStageSummary : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NumActiveTasks
Declaration
[JsonProperty("numActiveTasks")]
public virtual int? NumActiveTasks { get; set; }
Property Value
NumCompletedTasks
Declaration
[JsonProperty("numCompletedTasks")]
public virtual int? NumCompletedTasks { get; set; }
Property Value
NumFailedTasks
Declaration
[JsonProperty("numFailedTasks")]
public virtual int? NumFailedTasks { get; set; }
Property Value
NumKilledTasks
Declaration
[JsonProperty("numKilledTasks")]
public virtual int? NumKilledTasks { get; set; }
Property Value
NumTasks
Declaration
[JsonProperty("numTasks")]
public virtual int? NumTasks { get; set; }
Property Value
StageAttemptId
Declaration
[JsonProperty("stageAttemptId")]
public virtual int? StageAttemptId { get; set; }
Property Value
StageId
Declaration
[JsonProperty("stageId")]
public virtual long? StageId { get; set; }
Property Value
Implements