CustomRankingParams

Configuration parameters for the Custom Ranking feature.

JSON representation
{
  "expressionsToPrecompute": [
    string
  ]
}
Fields
expressionsToPrecompute[]

string

Optional. A list of ranking expressions (see rankingExpression for the syntax documentation) to evaluate. The evaluation results will be returned in SearchResponse.SearchResult.rank_signals.precomputed_expression_values field.