View Source GoogleApi.Dataflow.V1b3.Model.SeqMapTask (google_api_dataflow v0.51.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.SeqMapTask{ inputs: [GoogleApi.Dataflow.V1b3.Model.SideInputInfo.t()] | nil, name: String.t() | nil, outputInfos: [GoogleApi.Dataflow.V1b3.Model.SeqMapTaskOutputInfo.t()] | nil, stageName: String.t() | nil, systemName: String.t() | nil, userFn: map() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.