Class: Aws::KendraRanking::Types::RescoreResultItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::KendraRanking::Types::RescoreResultItem
- Defined in:
- gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb
Overview
A result item for a document with a new relevancy score.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_id ⇒ String
The identifier of the document from the search service.
-
#score ⇒ Float
The relevancy score or rank that Amazon Kendra Intelligent Ranking gives to the result.
Instance Attribute Details
#document_id ⇒ String
The identifier of the document from the search service.
459 460 461 462 463 464 |
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 459 class RescoreResultItem < Struct.new( :document_id, :score) SENSITIVE = [] include Aws::Structure end |
#score ⇒ Float
The relevancy score or rank that Amazon Kendra Intelligent Ranking gives to the result.
459 460 461 462 463 464 |
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 459 class RescoreResultItem < Struct.new( :document_id, :score) SENSITIVE = [] include Aws::Structure end |