google_api_big_query v0.23.0 GoogleApi.BigQuery.V2.Model.CategoricalValue 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

Link to this type

t()

View Source
t() :: %GoogleApi.BigQuery.V2.Model.CategoricalValue{
  categoryCounts: [GoogleApi.BigQuery.V2.Model.CategoryCount.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.