Discovery Engine V1 API - Module Google::Cloud::DiscoveryEngine::V1::SearchRequest::RankingExpressionBackend (v2.5.0)

Reference documentation and code samples for the Discovery Engine V1 API module Google::Cloud::DiscoveryEngine::V1::SearchRequest::RankingExpressionBackend.

The backend to use for the ranking expression evaluation.

Constants

RANKING_EXPRESSION_BACKEND_UNSPECIFIED

value: 0
Default option for unspecified/unknown values.

RANK_BY_EMBEDDING

value: 3
Ranking by custom embedding model, the default way to evaluate the ranking expression.

RANK_BY_FORMULA

value: 4
Ranking by custom formula.