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

#text::String

Returns Text of the attribution.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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