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

Spec for rouge instance.

Attributes

  • prediction (type: String.t, default: nil) - Required. Output of the evaluated model.
  • reference (type: String.t, default: nil) - Required. Ground truth used to compare against the prediction.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RougeInstance{
  prediction: String.t() | nil,
  reference: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.