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
-
#text ⇒ ::String
Text of the attribution.
-
#title ⇒ ::String
Title of the attribution.
-
#uri ⇒ ::String
URI reference of the attribution.
Instance Attribute Details
#text ⇒ ::String
Returns Text of the attribution.
540 541 542 543 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 540 class RetrievedContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
Returns Title of the attribution.
540 541 542 543 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 540 class RetrievedContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI reference of the attribution.
540 541 542 543 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 540 class RetrievedContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |