Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::RelevanceFilterSpec::RelevanceThresholdSpec (v0.28.0)

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
Returns

#relevance_threshold=

def relevance_threshold=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::RelevanceThreshold
Parameter
Returns

#semantic_relevance_threshold

def semantic_relevance_threshold() -> ::Float
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.