Class: Google::Cloud::AIPlatform::V1::GroundingChunk::Web

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 the web.

Instance Attribute Summary collapse

Instance Attribute Details

#title::String

Returns Title of the chunk.

Returns:

  • (::String)

    Title of the chunk.



525
526
527
528
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 525

class Web
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns URI reference of the chunk.

Returns:

  • (::String)

    URI reference of the chunk.



525
526
527
528
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 525

class Web
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end