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

An input of an instruction, as a reference to an output of a producer instruction.

Attributes

  • outputNum (type: integer(), default: nil) - The output index (origin zero) within the producer.
  • producerInstructionIndex (type: integer(), default: nil) - The index (origin zero) of the parallel instruction that produces the output to be consumed by this input. This index is relative to the list of instructions in this input's instruction's containing MapTask.

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.InstructionInput{
  outputNum: integer(),
  producerInstructionIndex: integer()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.