View Source GoogleApi.Language.V2.Model.XPSTranslationEvaluationMetrics (google_api_language v0.15.0)

Evaluation metrics for the dataset.

Attributes

  • baseBleuScore (type: float(), default: nil) - BLEU score for base model.
  • bleuScore (type: float(), default: nil) - BLEU score.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSTranslationEvaluationMetrics{
  baseBleuScore: float() | nil,
  bleuScore: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.