google_api_dataflow v0.18.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(type:GoogleApi.Dataflow.V1b3.Model.InstructionInput.t, default:nil) - The input.multiOutputInfos(type:list(GoogleApi.Dataflow.V1b3.Model.MultiOutputInfo.t), default:nil) - Information about each of the outputs, if user_fn is a MultiDoFn.numOutputs(type:integer(), default:nil) - The number of outputs.sideInputs(type:list(GoogleApi.Dataflow.V1b3.Model.SideInputInfo.t), default:nil) - Zero or more side inputs.userFn(type:map(), default:nil) - The user function to invoke.
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 Sourcet() :: %GoogleApi.Dataflow.V1b3.Model.ParDoInstruction{
input: GoogleApi.Dataflow.V1b3.Model.InstructionInput.t(),
multiOutputInfos: [GoogleApi.Dataflow.V1b3.Model.MultiOutputInfo.t()],
numOutputs: integer(),
sideInputs: [GoogleApi.Dataflow.V1b3.Model.SideInputInfo.t()],
userFn: map()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.