google_api_dataflow v0.8.0 GoogleApi.Dataflow.V1b3.Model.SideInputInfo View Source
Information about a side input of a DoFn or an input of a SeqDoFn.
Attributes
- kind (%{optional(String.t) => String.t}): How to interpret the source element(s) as a side input value. Defaults to:
null
. - sources ([Source]): 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. Defaults to:
null
. - tag (String.t): The id of the tag the user code will access this side input by; this should correspond to the tag of some MultiOutputInfo. 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()
View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.SideInputInfo{
kind: map(),
sources: [GoogleApi.Dataflow.V1b3.Model.Source.t()],
tag: any()
}
t() :: %GoogleApi.Dataflow.V1b3.Model.SideInputInfo{ kind: map(), sources: [GoogleApi.Dataflow.V1b3.Model.Source.t()], tag: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.