google_api_dataflow v0.5.0 GoogleApi.Dataflow.V1b3.Model.SeqMapTask View Source

Describes a particular function to invoke.

Attributes

  • inputs ([SideInputInfo]): Information about each of the inputs. Defaults to: null.
  • name (String.t): The user-provided name of the SeqDo operation. Defaults to: null.
  • outputInfos ([SeqMapTaskOutputInfo]): Information about each of the outputs. Defaults to: null.
  • stageName (String.t): System-defined name of the stage containing the SeqDo operation. Unique across the workflow. Defaults to: null.
  • systemName (String.t): System-defined name of the SeqDo operation. Unique across the workflow. 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.SeqMapTask{
  inputs: [GoogleApi.Dataflow.V1b3.Model.SideInputInfo.t()],
  name: any(),
  outputInfos: [GoogleApi.Dataflow.V1b3.Model.SeqMapTaskOutputInfo.t()],
  stageName: any(),
  systemName: any(),
  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.