Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::RougeInstance (v0.50.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::RougeInstance.

Spec for rouge instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#prediction

def prediction() -> ::String
Returns
  • (::String) — Required. Output of the evaluated model.

#prediction=

def prediction=(value) -> ::String
Parameter
  • value (::String) — Required. Output of the evaluated model.
Returns
  • (::String) — Required. Output of the evaluated model.

#reference

def reference() -> ::String
Returns
  • (::String) — Required. Ground truth used to compare against the prediction.

#reference=

def reference=(value) -> ::String
Parameter
  • value (::String) — Required. Ground truth used to compare against the prediction.
Returns
  • (::String) — Required. Ground truth used to compare against the prediction.