Class: Aws::KendraRanking::Types::ListRescoreExecutionPlansRequest

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

#max_resultsInteger

The maximum number of rescore execution plans to return.

Returns:

  • (Integer)


306
307
308
309
310
311
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 306

class ListRescoreExecutionPlansRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the response. You can use this pagination token to retrieve the next set of rescore execution plans.

Returns:

  • (String)


306
307
308
309
310
311
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 306

class ListRescoreExecutionPlansRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end