Class: Google::Cloud::Ces::V1beta::GenerateAppResourceResponse::Evaluations

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

Instance Attribute Details

#evaluations::Array<::Google::Cloud::Ces::V1beta::Evaluation>

Returns The list of generated evaluations.

Returns:



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