GoogleApi.BigQuery.V2.Model.CategoricalValue (google_api_big_query v0.59.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigQuery.V2.Model.CategoricalValue{ categoryCounts: [GoogleApi.BigQuery.V2.Model.CategoryCount.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.