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

An instruction that does a ParDo operation. Takes one main input and zero or more side inputs, and produces zero or more outputs. Runs user code.

Attributes

  • input (InstructionInput): The input. Defaults to: null.
  • multiOutputInfos (List[MultiOutputInfo]): Information about each of the outputs, if user_fn is a MultiDoFn. Defaults to: null.
  • numOutputs (Integer): The number of outputs. Defaults to: null.
  • sideInputs (List[SideInputInfo]): Zero or more side inputs. Defaults to: null.
  • userFn (Object): The user function to invoke. Defaults to: null.