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

A single entry in the confusion matrix.

Attributes

  • itemCount (type: String.t, default: nil) - Number of items being predicted as this label.
  • predictedLabel (type: String.t, default: nil) - The predicted label. For confidence_threshold > 0, we will also add an entry indicating the number of items under the confidence threshold.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.Entry{
  itemCount: String.t() | nil,
  predictedLabel: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.