View Source GoogleApi.BigQuery.V2.Model.CategoryCount (google_api_big_query v0.79.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.CategoryCount{
  category: String.t() | nil,
  count: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.