google_api_jobs v0.13.0 GoogleApi.Jobs.V3.Model.NumericBucketingResult View Source

Output only.

Custom numeric bucketing result.

Attributes

  • counts (type: list(GoogleApi.Jobs.V3.Model.BucketizedCount.t), default: nil) - Count within each bucket. Its size is the length of NumericBucketingOption.bucket_bounds plus 1.
  • maxValue (type: float(), default: nil) - Stores the maximum value of the numeric field. Is populated only if [NumericBucketingOption.requires_min_max] is set to true.
  • minValue (type: float(), default: nil) - Stores the minimum value of the numeric field. Will be populated only if [NumericBucketingOption.requires_min_max] is set to true.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Jobs.V3.Model.NumericBucketingResult{
  counts: [GoogleApi.Jobs.V3.Model.BucketizedCount.t()],
  maxValue: float(),
  minValue: float()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.