View Source GoogleApi.Dataflow.V1b3.Model.Linear (google_api_dataflow v0.48.0)

Linear buckets with the following boundaries for indices in 0 to n-1. - i in [0, n-1]: [start + (i)width, start + (i+1)width)

Attributes

  • numberOfBuckets (type: integer(), default: nil) - Must be greater than 0.
  • start (type: float(), default: nil) - Lower bound of the first bucket.
  • width (type: float(), default: nil) - Distance between bucket boundaries. Must be greater than 0.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.Linear{
  numberOfBuckets: integer() | nil,
  start: float() | nil,
  width: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.