google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.ApproximateSplitRequest View Source
A suggestion by the service to the worker to dynamically split the WorkItem.
Attributes
- fractionConsumed (Float): A fraction at which to split the work item, from 0.0 (beginning of the input) to 1.0 (end of the input). Defaults to:
null
. - position (Position): A Position at which to split the work item. Defaults to:
null
.