Class: Aws::KendraRanking::Types::RescoreRequest

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

#documentsArray<Types::Document>

The list of documents for Amazon Kendra Intelligent Ranking to rescore or rank on.

Returns:



418
419
420
421
422
423
424
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 418

class RescoreRequest < Struct.new(
  :rescore_execution_plan_id,
  :search_query,
  :documents)
  SENSITIVE = []
  include Aws::Structure
end

#rescore_execution_plan_idString

The identifier of the rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the Rescore API.

Returns:

  • (String)


418
419
420
421
422
423
424
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 418

class RescoreRequest < Struct.new(
  :rescore_execution_plan_id,
  :search_query,
  :documents)
  SENSITIVE = []
  include Aws::Structure
end

#search_queryString

The input query from the search service.

Returns:

  • (String)


418
419
420
421
422
423
424
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 418

class RescoreRequest < Struct.new(
  :rescore_execution_plan_id,
  :search_query,
  :documents)
  SENSITIVE = []
  include Aws::Structure
end