Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::RelevanceFilterSpec::RelevanceThresholdSpec.
Specification for relevance filtering on a specific sub-search.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#relevance_threshold
def relevance_threshold() -> ::Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::RelevanceThreshold-
(::Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::RelevanceThreshold) — Pre-defined relevance threshold for the sub-search.
Note: The following fields are mutually exclusive:
relevance_threshold,semantic_relevance_threshold. If a field in that set is populated, all other fields in the set will automatically be cleared.
#relevance_threshold=
def relevance_threshold=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::RelevanceThreshold-
value (::Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::RelevanceThreshold) — Pre-defined relevance threshold for the sub-search.
Note: The following fields are mutually exclusive:
relevance_threshold,semantic_relevance_threshold. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::RelevanceThreshold) — Pre-defined relevance threshold for the sub-search.
Note: The following fields are mutually exclusive:
relevance_threshold,semantic_relevance_threshold. If a field in that set is populated, all other fields in the set will automatically be cleared.
#semantic_relevance_threshold
def semantic_relevance_threshold() -> ::Float-
(::Float) — Custom relevance threshold for the sub-search.
The value must be in [0.0, 1.0].
Note: The following fields are mutually exclusive:
semantic_relevance_threshold,relevance_threshold. If a field in that set is populated, all other fields in the set will automatically be cleared.
#semantic_relevance_threshold=
def semantic_relevance_threshold=(value) -> ::Float-
value (::Float) — Custom relevance threshold for the sub-search.
The value must be in [0.0, 1.0].
Note: The following fields are mutually exclusive:
semantic_relevance_threshold,relevance_threshold. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Float) — Custom relevance threshold for the sub-search.
The value must be in [0.0, 1.0].
Note: The following fields are mutually exclusive:
semantic_relevance_threshold,relevance_threshold. If a field in that set is populated, all other fields in the set will automatically be cleared.