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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.