Class: Google::Cloud::AIPlatform::V1::GroundingChunk::Web
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GroundingChunk::Web
- 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
-
#title ⇒ ::String
Title of the chunk.
-
#uri ⇒ ::String
URI reference of the chunk.
Instance Attribute Details
#title ⇒ ::String
Returns Title of the chunk.
763 764 765 766 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 763 class Web include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI reference of the chunk.
763 764 765 766 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 763 class Web include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |