google_api_dataflow v0.8.0 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
. - fractionOfRemainder (float()): The fraction of the remainder of work to split the work item at, from 0.0 (split at the current position) to 1.0 (end of the input). Defaults to:
null
. - position (Position): A Position at which to split the work item. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.ApproximateSplitRequest{
fractionConsumed: any(),
fractionOfRemainder: any(),
position: GoogleApi.Dataflow.V1b3.Model.Position.t()
}
t() :: %GoogleApi.Dataflow.V1b3.Model.ApproximateSplitRequest{ fractionConsumed: any(), fractionOfRemainder: any(), position: GoogleApi.Dataflow.V1b3.Model.Position.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.