Class: Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::SearchResult::RankSignals::CustomSignal

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

Custom clearbox signal represented by name and value pair.

Instance Attribute Summary collapse

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