StageAttemptTasksSummary constructor
StageAttemptTasksSummary({})
Implementation
StageAttemptTasksSummary({
this.applicationId,
this.numFailedTasks,
this.numKilledTasks,
this.numPendingTasks,
this.numRunningTasks,
this.numSuccessTasks,
this.numTasks,
this.stageAttemptId,
this.stageId,
});