google_api_dataflow v0.8.0 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 ([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 ([SideInputInfo]): Zero or more side inputs. Defaults to: null.
  • userFn (%{optional(String.t) => String.t}): The user function to invoke. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.ParDoInstruction{
  input: GoogleApi.Dataflow.V1b3.Model.InstructionInput.t(),
  multiOutputInfos: [GoogleApi.Dataflow.V1b3.Model.MultiOutputInfo.t()],
  numOutputs: any(),
  sideInputs: [GoogleApi.Dataflow.V1b3.Model.SideInputInfo.t()],
  userFn: map()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.