Class: Google::Cloud::AIPlatform::V1::GroundingChunk::RetrievedContext

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

Instance Attribute Details

#document_name::String (readonly)

Returns Output only. The full document name for the referenced Vertex AI Search document.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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