Class: Google::Cloud::Ces::V1beta::GenerateAppResourceResponse::Evaluations
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::GenerateAppResourceResponse::Evaluations
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/agent_service.rb
Overview
The list of evaluations generated by the LLM assistant.
Instance Attribute Summary collapse
-
#evaluations ⇒ ::Array<::Google::Cloud::Ces::V1beta::Evaluation>
The list of generated evaluations.
Instance Attribute Details
#evaluations ⇒ ::Array<::Google::Cloud::Ces::V1beta::Evaluation>
Returns The list of generated evaluations.
1422 1423 1424 1425 |
# File 'proto_docs/google/cloud/ces/v1beta/agent_service.rb', line 1422 class Evaluations include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |