Class: Aws::KendraRanking::Types::ListRescoreExecutionPlansResponse

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

#next_tokenString

If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the response.

Returns:

  • (String)


325
326
327
328
329
330
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 325

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

#summary_itemsArray<Types::RescoreExecutionPlanSummary>

An array of summary information for one or more rescore execution plans.



325
326
327
328
329
330
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 325

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