GoogleApi.Language.V1.Model.XPSTimestampStatsGranularStats (google_api_language v0.16.3)
View SourceStats 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_day13
means 1pm, or for month_of_year5
means May).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V1.Model.XPSTimestampStatsGranularStats{ buckets: map() | nil }