Class GoogleCloudDiscoveryengineV1alphaSearchRequestCustomRankingParams
Configuration parameters for the Custom Ranking feature.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaSearchRequestCustomRankingParams : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExpressionsToPrecompute
Optional. A list of ranking expressions (see ranking_expression for the syntax documentation) to evaluate.
The evaluation results will be returned in
SearchResponse.SearchResult.rank_signals.precomputed_expression_values field.
Declaration
[JsonProperty("expressionsToPrecompute")]
public virtual IList<string> ExpressionsToPrecompute { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |