GoogleApi.Dataflow.V1b3.Model.DynamicSourceSplit (google_api_dataflow v0.35.0) 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

Specs

t() :: %GoogleApi.Dataflow.V1b3.Model.DynamicSourceSplit{
  primary: GoogleApi.Dataflow.V1b3.Model.DerivedSource.t() | nil,
  residual: GoogleApi.Dataflow.V1b3.Model.DerivedSource.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.