google_api_dataflow v0.26.1 GoogleApi.Dataflow.V1b3.Model.SideInputInfo View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataflow.V1b3.Model.SideInputInfo{
  kind: map(),
  sources: [GoogleApi.Dataflow.V1b3.Model.Source.t()],
  tag: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.