Class: Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::CustomRankingParams

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb

Overview

Configuration parameters for the Custom Ranking feature.

Instance Attribute Summary collapse

Instance Attribute Details

#expressions_to_precompute::Array<::String>

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.

Returns:

  • (::Array<::String>)

    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.



1489
1490
1491
1492
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1489

class CustomRankingParams
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end