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

An input of an instruction, as a reference to an output of a producer instruction.

Attributes

  • outputNum (Integer): The output index (origin zero) within the producer. Defaults to: null.
  • producerInstructionIndex (Integer): The index (origin zero) of the parallel instruction that produces the output to be consumed by this input. This index is relative to the list of instructions in this input's instruction's containing MapTask. Defaults to: null.