google_api_big_query v0.27.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

Link to this type

t()

View Source
t() :: %GoogleApi.BigQuery.V2.Model.CategoryCount{
  category: String.t(),
  count: String.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.