GoogleApi.Jobs.V2.Model.NumericBucketingResult (google_api_jobs v0.16.4) 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
Specs
t() :: %GoogleApi.Jobs.V2.Model.NumericBucketingResult{ counts: [GoogleApi.Jobs.V2.Model.BucketizedCount.t()], maxValue: float(), minValue: float() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.