google_api_dataflow v0.20.0 GoogleApi.Dataflow.V1b3.Model.SeqMapTask View Source
Describes a particular function to invoke.
Attributes
inputs
(type:list(GoogleApi.Dataflow.V1b3.Model.SideInputInfo.t)
, default:nil
) - Information about each of the inputs.name
(type:String.t
, default:nil
) - The user-provided name of the SeqDo operation.outputInfos
(type:list(GoogleApi.Dataflow.V1b3.Model.SeqMapTaskOutputInfo.t)
, default:nil
) - Information about each of the outputs.stageName
(type:String.t
, default:nil
) - System-defined name of the stage containing the SeqDo operation. Unique across the workflow.systemName
(type:String.t
, default:nil
) - System-defined name of the SeqDo operation. Unique across the workflow.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.SeqMapTask{ inputs: [GoogleApi.Dataflow.V1b3.Model.SideInputInfo.t()], name: String.t(), outputInfos: [GoogleApi.Dataflow.V1b3.Model.SeqMapTaskOutputInfo.t()], stageName: String.t(), systemName: String.t(), userFn: map() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.