View Source GoogleApi.BigQuery.V2.Model.CategoricalValue (google_api_big_query v0.79.0)

Representative value of a categorical feature.

Attributes

  • categoryCounts (type: list(GoogleApi.BigQuery.V2.Model.CategoryCount.t), default: nil) - Counts of all categories for the categorical feature. If there are more than ten categories, we return top ten (by count) and return one more CategoryCount with category "OTHER" and count as aggregate counts of remaining categories.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.CategoricalValue{
  categoryCounts: [GoogleApi.BigQuery.V2.Model.CategoryCount.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.