Class: Google::Cloud::AIPlatform::V1::GroundingChunk
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GroundingChunk
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Grounding chunk.
Defined Under Namespace
Classes: RetrievedContext, Web
Instance Attribute Summary collapse
-
#retrieved_context ⇒ ::Google::Cloud::AIPlatform::V1::GroundingChunk::RetrievedContext
Grounding chunk from context retrieved by the retrieval tools.
-
#web ⇒ ::Google::Cloud::AIPlatform::V1::GroundingChunk::Web
Grounding chunk from the web.
Instance Attribute Details
#retrieved_context ⇒ ::Google::Cloud::AIPlatform::V1::GroundingChunk::RetrievedContext
Returns Grounding chunk from context retrieved by the retrieval tools.
465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 465 class GroundingChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Chunk from the web. # @!attribute [rw] uri # @return [::String] # URI reference of the chunk. # @!attribute [rw] title # @return [::String] # Title of the chunk. class Web include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Chunk from context retrieved by the retrieval tools. # @!attribute [rw] uri # @return [::String] # URI reference of the attribution. # @!attribute [rw] title # @return [::String] # Title of the attribution. class RetrievedContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#web ⇒ ::Google::Cloud::AIPlatform::V1::GroundingChunk::Web
Returns Grounding chunk from the web.
465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 465 class GroundingChunk include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Chunk from the web. # @!attribute [rw] uri # @return [::String] # URI reference of the chunk. # @!attribute [rw] title # @return [::String] # Title of the chunk. class Web include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Chunk from context retrieved by the retrieval tools. # @!attribute [rw] uri # @return [::String] # URI reference of the attribution. # @!attribute [rw] title # @return [::String] # Title of the attribution. class RetrievedContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |