google_api_jobs v0.13.1 GoogleApi.Jobs.V2.Model.NumericBucketingOption View Source

Input only.

Use this field to specify bucketing option for the histogram search response.

Attributes

  • bucketBounds (type: list(float()), default: nil) - Required. Two adjacent values form a histogram bucket. Values should be in ascending order. For example, if [5, 10, 15] are provided, four buckets are created: (-inf, 5), 5, 10), [10, 15), [15, inf). At most 20 [buckets_bound is supported.
  • requiresMinMax (type: boolean(), default: nil) - Optional. If set to true, the histogram result includes minimum/maximum value of the numeric field.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Jobs.V2.Model.NumericBucketingOption{
  bucketBounds: [float()],
  requiresMinMax: boolean()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.