GoogleApi.Dataflow.V1b3.Model.ParDoInstruction (google_api_dataflow v0.37.0) 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
Specs
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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.