StageSummary class
Information about a particular execution stage of a job.
Constructors
-
StageSummary({String? endTime, List<
MetricUpdate> ? metrics, ProgressTimeseries? progress, String? stageId, String? startTime, String? state}) - StageSummary.fromJson(Map _json)
Properties
- endTime ↔ String?
-
End time of this stage.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metrics
↔ List<
MetricUpdate> ? -
Metrics for this stage.
getter/setter pair
- progress ↔ ProgressTimeseries?
-
Progress for this stage.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stageId ↔ String?
-
ID of this stage
getter/setter pair
- startTime ↔ String?
-
Start time of this stage.
getter/setter pair
- state ↔ String?
-
State of this stage.
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited