google_api_jobs v0.6.0 GoogleApi.Jobs.V2.Model.NumericBucketingResult View Source

Output only.

Custom numeric bucketing result.

Attributes

  • counts (type: list(GoogleApi.Jobs.V2.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. Will be 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.