View Source GoogleApi.Dataflow.V1b3.Model.DynamicSourceSplit (google_api_dataflow v0.51.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.DynamicSourceSplit{ primary: GoogleApi.Dataflow.V1b3.Model.DerivedSource.t() | nil, residual: GoogleApi.Dataflow.V1b3.Model.DerivedSource.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.