View Source GoogleApi.Language.V2.Model.XPSConfusionMatrixRow (google_api_language v0.16.0)

A row in the confusion matrix.

Attributes

  • count (type: list(String.t), default: nil) - Same as above except intended to represent other counts (for e.g. for segmentation this is pixel count). NOTE(params): Only example_count or count is set (oneoff does not support repeated fields unless they are embedded inside another message).
  • exampleCount (type: list(integer()), default: nil) - Value of the specific cell in the confusion matrix. The number of values each row has (i.e. the length of the row) is equal to the length of the annotation_spec_id_token field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSConfusionMatrixRow{
  count: [String.t()] | nil,
  exampleCount: [integer()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.