View Source GoogleApi.Language.V2.Model.XPSTablesEvaluationMetrics (google_api_language v0.14.0)

Attributes

  • classificationMetrics (type: GoogleApi.Language.V2.Model.XPSTablesClassificationMetrics.t, default: nil) - Classification metrics.
  • regressionMetrics (type: GoogleApi.Language.V2.Model.XPSTablesRegressionMetrics.t, default: nil) - Regression metrics.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSTablesEvaluationMetrics{
  classificationMetrics:
    GoogleApi.Language.V2.Model.XPSTablesClassificationMetrics.t() | nil,
  regressionMetrics:
    GoogleApi.Language.V2.Model.XPSTablesRegressionMetrics.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.