Class: Google::Cloud::AIPlatform::V1::RetrievalMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RetrievalMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Metadata related to retrieval in the grounding flow.
Instance Attribute Summary collapse
Instance Attribute Details
#google_search_dynamic_retrieval_score ⇒ ::Float
Returns Optional. Score indicating how likely information from Google Search could
help answer the prompt. The score is in the range [0, 1]
, where 0 is the
least likely and 1 is the most likely. This score is only populated when
Google Search grounding and dynamic retrieval is enabled. It will be
compared to the threshold to determine whether to trigger Google Search.
609 610 611 612 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 609 class RetrievalMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |