Class: Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::SearchResult::RankSignals::CustomSignal
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::SearchResult::RankSignals::CustomSignal
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb
Overview
Custom clearbox signal represented by name and value pair.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the signal.
-
#value ⇒ ::Float
Float value representing the ranking signal (e.g. 1.25 for BM25).
Instance Attribute Details
#name ⇒ ::String
1389 1390 1391 1392 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1389 class CustomSignal include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Float
1389 1390 1391 1392 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1389 class CustomSignal include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |