google_api_dataflow v0.18.0 GoogleApi.Dataflow.V1b3.Model.DynamicSourceSplit View Source

When a task splits using WorkItemStatus.dynamic_source_split, this message describes the two parts of the split relative to the description of the current task's input.

Attributes

  • primary (type: GoogleApi.Dataflow.V1b3.Model.DerivedSource.t, default: nil) - Primary part (continued to be processed by worker). Specified relative to the previously-current source. Becomes current.
  • residual (type: GoogleApi.Dataflow.V1b3.Model.DerivedSource.t, default: nil) - Residual part (returned to the pool of work). Specified relative to the previously-current source.

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() :: %GoogleApi.Dataflow.V1b3.Model.DynamicSourceSplit{
  primary: GoogleApi.Dataflow.V1b3.Model.DerivedSource.t(),
  residual: GoogleApi.Dataflow.V1b3.Model.DerivedSource.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.