Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::DynamicRetrievalConfiguration::DynamicRetrievalPredictor.
Describes the predictor settings for dynamic retrieval.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#threshold
def threshold() -> ::Float
Returns
- (::Float) — The value of the threshold. If the predictor will predict a value smaller than this, it would suppress grounding in the source.
#threshold=
def threshold=(value) -> ::Float
Parameter
- value (::Float) — The value of the threshold. If the predictor will predict a value smaller than this, it would suppress grounding in the source.
Returns
- (::Float) — The value of the threshold. If the predictor will predict a value smaller than this, it would suppress grounding in the source.
#version
def version() -> ::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::DynamicRetrievalConfiguration::DynamicRetrievalPredictor::Version
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::DynamicRetrievalConfiguration::DynamicRetrievalPredictor::Version) — The version of the predictor to be used in dynamic retrieval.
#version=
def version=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::DynamicRetrievalConfiguration::DynamicRetrievalPredictor::Version
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::DynamicRetrievalConfiguration::DynamicRetrievalPredictor::Version) — The version of the predictor to be used in dynamic retrieval.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentRequest::DynamicRetrievalConfiguration::DynamicRetrievalPredictor::Version) — The version of the predictor to be used in dynamic retrieval.