google_api_big_query v0.6.0 GoogleApi.BigQuery.V2.Model.Entry View Source

A single entry in the confusion matrix.

Attributes

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

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.Entry{
  itemCount: any(),
  predictedLabel: any()
}

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.