Class SummarizeSparkApplicationStageAttemptTasksResponse
Summary of tasks for a Spark Application stage attempt.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class SummarizeSparkApplicationStageAttemptTasksResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StageAttemptTasksSummary
Summary of tasks for a Spark Application Stage Attempt
Declaration
[JsonProperty("stageAttemptTasksSummary")]
public virtual StageAttemptTasksSummary StageAttemptTasksSummary { get; set; }
Property Value
Type | Description |
---|---|
StageAttemptTasksSummary |