google_api_big_query v0.44.0 GoogleApi.BigQuery.V2.Model.CategoryCount View Source

Represents the count of a single category within the cluster.

Attributes

  • category (type: String.t, default: nil) - The name of category.
  • count (type: String.t, default: nil) - The count of training samples matching the category within the cluster.

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.CategoryCount{
  category: String.t(),
  count: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.