Class: Google::Cloud::Ces::V1beta::EvaluationExpectation::LlmCriteria
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::EvaluationExpectation::LlmCriteria
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation.rb
Overview
Configuration for LLM-based evaluation criteria.
Instance Attribute Summary collapse
-
#prompt ⇒ ::String
Required.
Instance Attribute Details
#prompt ⇒ ::String
Returns Required. The prompt/instructions provided to the LLM judge.
1330 1331 1332 1333 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1330 class LlmCriteria include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |