Class: Google::Cloud::DiscoveryEngine::V1::RankingRecord
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::RankingRecord
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/rank_service.rb
Overview
Record message for RankService.Rank method.
Instance Attribute Summary collapse
-
#content ⇒ ::String
The content of the record.
-
#id ⇒ ::String
The unique ID to represent the record.
-
#score ⇒ ::Float
The score of this record based on the given query and selected model.
-
#title ⇒ ::String
The title of the record.
Instance Attribute Details
#content ⇒ ::String
46 47 48 49 |
# File 'proto_docs/google/cloud/discoveryengine/v1/rank_service.rb', line 46 class RankingRecord include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns The unique ID to represent the record.
46 47 48 49 |
# File 'proto_docs/google/cloud/discoveryengine/v1/rank_service.rb', line 46 class RankingRecord include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#score ⇒ ::Float
Returns The score of this record based on the given query and selected model.
46 47 48 49 |
# File 'proto_docs/google/cloud/discoveryengine/v1/rank_service.rb', line 46 class RankingRecord include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
46 47 48 49 |
# File 'proto_docs/google/cloud/discoveryengine/v1/rank_service.rb', line 46 class RankingRecord include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |