View Source GoogleApi.Dataflow.V1b3.Model.ParDoInstruction (google_api_dataflow v0.46.1)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.ParDoInstruction{ input: GoogleApi.Dataflow.V1b3.Model.InstructionInput.t() | nil, multiOutputInfos: [GoogleApi.Dataflow.V1b3.Model.MultiOutputInfo.t()] | nil, numOutputs: integer() | nil, sideInputs: [GoogleApi.Dataflow.V1b3.Model.SideInputInfo.t()] | nil, userFn: map() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.