Class: Aws::KendraRanking::Types::RescoreResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rescore_idString

The identifier associated with the scores that Amazon Kendra Intelligent Ranking gives to the results. Amazon Kendra Intelligent Ranking rescores or re-ranks the results for the search service.

Returns:

  • (String)


439
440
441
442
443
444
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 439

class RescoreResult < Struct.new(
  :rescore_id,
  :result_items)
  SENSITIVE = []
  include Aws::Structure
end

#result_itemsArray<Types::RescoreResultItem>

A list of result items for documents with new relevancy scores. The results are in descending order.

Returns:



439
440
441
442
443
444
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 439

class RescoreResult < Struct.new(
  :rescore_id,
  :result_items)
  SENSITIVE = []
  include Aws::Structure
end