GoogleApi.BigQuery.V2.Model.CategoryCount (google_api_big_query v0.88.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.