Class: Google::Cloud::AIPlatform::V1::SummarizationHelpfulnessInstance
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SummarizationHelpfulnessInstance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Spec for summarization helpfulness instance.
Instance Attribute Summary collapse
-
#context ⇒ ::String
Required.
-
#instruction ⇒ ::String
Optional.
-
#prediction ⇒ ::String
Required.
-
#reference ⇒ ::String
Optional.
Instance Attribute Details
#context ⇒ ::String
Returns Required. Text to be summarized.
740 741 742 743 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 740 class SummarizationHelpfulnessInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instruction ⇒ ::String
Returns Optional. Summarization prompt for LLM.
740 741 742 743 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 740 class SummarizationHelpfulnessInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prediction ⇒ ::String
Returns Required. Output of the evaluated model.
740 741 742 743 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 740 class SummarizationHelpfulnessInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reference ⇒ ::String
Returns Optional. Ground truth used to compare against the prediction.
740 741 742 743 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 740 class SummarizationHelpfulnessInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |