Class: Google::Cloud::Ces::V1beta::EvaluationExpectation::LlmCriteria

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#prompt::String

Returns Required. The prompt/instructions provided to the LLM judge.

Returns:

  • (::String)

    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