Class: Google::Cloud::AIPlatform::V1::AskContextsResponse

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

Instance Attribute Details

#contexts::Google::Cloud::AIPlatform::V1::RagContexts

Returns The contexts of the query.

Returns:



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.

Returns:

  • (::String)

    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