WorkItemDetails constructor
WorkItemDetails({
- String? attemptId,
- String? endTime,
- List<
MetricUpdate> ? metrics, - ProgressTimeseries? progress,
- String? startTime,
- String? state,
- StragglerInfo? stragglerInfo,
- String? taskId,
Implementation
WorkItemDetails({
this.attemptId,
this.endTime,
this.metrics,
this.progress,
this.startTime,
this.state,
this.stragglerInfo,
this.taskId,
});