Class: Aws::BedrockAgentRuntime::Types::RetrieveResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:retrieval_results]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If there are more results than can fit in the response, the response returns a nextToken. Use this token in the nextToken field of another request to retrieve the next batch of results.

Returns:

  • (String)


2231
2232
2233
2234
2235
2236
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2231

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

#retrieval_resultsArray<Types::KnowledgeBaseRetrievalResult>

A list of results from querying the knowledge base.



2231
2232
2233
2234
2235
2236
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2231

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