Class: Google::Cloud::DiscoveryEngine::V1::RankResponse

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

Overview

Response message for RankService.Rank method.

Instance Attribute Summary collapse

Instance Attribute Details

#records::Array<::Google::Cloud::DiscoveryEngine::V1::RankingRecord>

Returns A list of records sorted by descending score.

Returns:



117
118
119
120
# File 'proto_docs/google/cloud/discoveryengine/v1/rank_service.rb', line 117

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