SeqMapTask class

Describes a particular function to invoke.

Constructors

SeqMapTask({List<SideInputInfo>? inputs, String? name, List<SeqMapTaskOutputInfo>? outputInfos, String? stageName, String? systemName, Map<String, Object?>? userFn})
SeqMapTask.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
inputs List<SideInputInfo>?
Information about each of the inputs.
getter/setter pair
name String?
The user-provided name of the SeqDo operation.
getter/setter pair
outputInfos List<SeqMapTaskOutputInfo>?
Information about each of the outputs.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stageName String?
System-defined name of the stage containing the SeqDo operation.
getter/setter pair
systemName String?
System-defined name of the SeqDo operation.
getter/setter pair
userFn Map<String, Object?>?
The user function to invoke.
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