Discovery Engine v1 API - Enum SearchRequest.Types.RankingExpressionBackend (1.10.0)

public enum SearchRequest.Types.RankingExpressionBackend

Reference documentation and code samples for the Discovery Engine v1 API enum SearchRequest.Types.RankingExpressionBackend.

The backend to use for the ranking expression evaluation.

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Fields

Name Description
RankByEmbedding

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

RankByFormula

Ranking by custom formula.

Unspecified

Default option for unspecified/unknown values.