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.
1443 1444 1445 1446 |
# File 'proto_docs/google/cloud/ces/v1beta/agent_service.rb', line 1443 class Evaluations include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |