Class: Google::Cloud::AIPlatform::V1::GroundingMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GroundingMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Metadata returned to client when grounding is enabled.
Instance Attribute Summary collapse
-
#grounding_chunks ⇒ ::Array<::Google::Cloud::AIPlatform::V1::GroundingChunk>
List of supporting references retrieved from specified grounding source.
-
#grounding_supports ⇒ ::Array<::Google::Cloud::AIPlatform::V1::GroundingSupport>
Optional.
-
#retrieval_metadata ⇒ ::Google::Cloud::AIPlatform::V1::RetrievalMetadata
readonly
Optional.
-
#search_entry_point ⇒ ::Google::Cloud::AIPlatform::V1::SearchEntryPoint
Optional.
-
#web_search_queries ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#grounding_chunks ⇒ ::Array<::Google::Cloud::AIPlatform::V1::GroundingChunk>
Returns List of supporting references retrieved from specified grounding source.
582 583 584 585 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 582 class GroundingMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#grounding_supports ⇒ ::Array<::Google::Cloud::AIPlatform::V1::GroundingSupport>
Returns Optional. List of grounding support.
582 583 584 585 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 582 class GroundingMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#retrieval_metadata ⇒ ::Google::Cloud::AIPlatform::V1::RetrievalMetadata (readonly)
Returns Optional. Output only. Retrieval metadata.
582 583 584 585 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 582 class GroundingMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#search_entry_point ⇒ ::Google::Cloud::AIPlatform::V1::SearchEntryPoint
Returns Optional. Google search entry for the following-up web searches.
582 583 584 585 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 582 class GroundingMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#web_search_queries ⇒ ::Array<::String>
Returns Optional. Web search queries for the following-up web search.
582 583 584 585 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 582 class GroundingMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |