Class: Aws::BedrockAgentRuntime::Types::RerankResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the total number of results is greater than can fit in the response, use this token in the nextToken field when making another request to return the next batch of results.

Returns:

  • (String)


7060
7061
7062
7063
7064
7065
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7060

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

#resultsArray<Types::RerankResult>

An array of objects, each of which contains information about the results of reranking.

Returns:



7060
7061
7062
7063
7064
7065
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7060

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