GoogleApi.Dataflow.V1b3.Model.ReportedParallelism (google_api_dataflow v0.30.1) View Source

Represents the level of parallelism in a WorkItem's input, reported by the worker.

Attributes

  • isInfinite (type: boolean(), default: nil) - Specifies whether the parallelism is infinite. If true, "value" is ignored. Infinite parallelism means the service will assume that the work item can always be split into more non-empty work items by dynamic splitting. This is a work-around for lack of support for infinity by the current JSON-based Java RPC stack.
  • value (type: float(), default: nil) - Specifies the level of parallelism in case it is finite.

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.ReportedParallelism{
  isInfinite: boolean(),
  value: float()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.