View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BleuSpec (google_api_ai_platform v0.13.0)

Spec for bleu score metric - calculates the precision of n-grams in the prediction as compared to reference - returns a score ranging between 0 to 1.

Attributes

  • useEffectiveOrder (type: boolean(), default: nil) - Optional. Whether to use_effective_order to compute bleu score.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BleuSpec{
  useEffectiveOrder: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.