View Source GoogleApi.Dataflow.V1b3.Model.SideInputInfo (google_api_dataflow v0.46.2)
Information about a side input of a DoFn or an input of a SeqDoFn.
Attributes
-
kind
(type:map()
, default:nil
) - How to interpret the source element(s) as a side input value. -
sources
(type:list(GoogleApi.Dataflow.V1b3.Model.Source.t)
, default:nil
) - The source(s) to read element(s) from to get the value of this side input. If more than one source, then the elements are taken from the sources, in the specified order if order matters. At least one source is required. -
tag
(type:String.t
, default:nil
) - The id of the tag the user code will access this side input by; this should correspond to the tag of some MultiOutputInfo.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.SideInputInfo{ kind: map() | nil, sources: [GoogleApi.Dataflow.V1b3.Model.Source.t()] | nil, tag: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.