View Source GoogleApi.Language.V2.Model.XPSTimestampStatsGranularStats (google_api_language v0.16.0)

Stats split by a defined in context granularity.

Attributes

  • buckets (type: map(), default: nil) - A map from granularity key to example count for that key. E.g. for hour_of_day 13 means 1pm, or for month_of_year 5 means May).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSTimestampStatsGranularStats{
  buckets: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.