google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.MapTask View Source

MapTask consists of an ordered set of instructions, each of which describes one particular low-level operation for the worker to perform in order to accomplish the MapTask's WorkItem. Each instruction must appear in the list before any instructions which depends on its output.

Attributes

  • instructions (List[ParallelInstruction]): The instructions in the MapTask. Defaults to: null.
  • stageName (String): System-defined name of the stage containing this MapTask. Unique across the workflow. Defaults to: null.
  • systemName (String): System-defined name of this MapTask. Unique across the workflow. Defaults to: null.