Class: Google::Cloud::AIPlatform::V1::AskContextsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::AskContextsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb
Overview
Response message for VertexRagService.AskContexts.
Instance Attribute Summary collapse
-
#contexts ⇒ ::Google::Cloud::AIPlatform::V1::RagContexts
The contexts of the query.
-
#response ⇒ ::String
The Retrieval Response.
Instance Attribute Details
#contexts ⇒ ::Google::Cloud::AIPlatform::V1::RagContexts
Returns The contexts of the query.
311 312 313 314 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb', line 311 class AskContextsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#response ⇒ ::String
Returns The Retrieval Response.
311 312 313 314 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb', line 311 class AskContextsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |