JobExecutionInfo class
Additional information about how a Cloud Dataflow job will be executed that isn't contained in the submitted job.
Constructors
-
JobExecutionInfo({Map<
String, JobExecutionStageInfo> ? stages}) - JobExecutionInfo.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stages
↔ Map<
String, JobExecutionStageInfo> ? -
A mapping from each stage to the information about that stage.
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