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
-
#document_name ⇒ ::String
readonly
Output only.
-
#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
#document_name ⇒ ::String (readonly)
Returns Output only. The full document name for the referenced Vertex AI Search document.
786 787 788 789 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 786 class RetrievedContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
786 787 788 789 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 786 class RetrievedContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns Text of the attribution.
786 787 788 789 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 786 class RetrievedContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
Returns Title of the attribution.
786 787 788 789 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 786 class RetrievedContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI reference of the attribution.
786 787 788 789 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 786 class RetrievedContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |