Class: Google::Cloud::AIPlatform::V1::GroundingChunk::RetrievedContext
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GroundingChunk::RetrievedContext
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Chunk from context retrieved by the retrieval tools.
Instance Attribute Summary collapse
-
#rag_chunk ⇒ ::Google::Cloud::AIPlatform::V1::RagChunk
Additional context for the RAG retrieval result.
-
#text ⇒ ::String
Text of the attribution.
-
#title ⇒ ::String
Title of the attribution.
-
#uri ⇒ ::String
URI reference of the attribution.
Instance Attribute Details
#rag_chunk ⇒ ::Google::Cloud::AIPlatform::V1::RagChunk
Returns Additional context for the RAG retrieval result. This is only populated when using the RAG retrieval tool.
676 677 678 679 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 676 class RetrievedContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns Text of the attribution.
676 677 678 679 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 676 class RetrievedContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
Returns Title of the attribution.
676 677 678 679 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 676 class RetrievedContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI reference of the attribution.
676 677 678 679 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 676 class RetrievedContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |