Class: Aws::BedrockAgentRuntime::Types::RetrieveRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:retrieval_query]

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_base_idString

The unique identifier of the knowledge base to query.

Returns:

  • (String)


2111
2112
2113
2114
2115
2116
2117
2118
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2111

class RetrieveRequest < Struct.new(
  :knowledge_base_id,
  :next_token,
  :retrieval_configuration,
  :retrieval_query)
  SENSITIVE = [:retrieval_query]
  include Aws::Structure
end

#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)


2111
2112
2113
2114
2115
2116
2117
2118
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2111

class RetrieveRequest < Struct.new(
  :knowledge_base_id,
  :next_token,
  :retrieval_configuration,
  :retrieval_query)
  SENSITIVE = [:retrieval_query]
  include Aws::Structure
end

#retrieval_configurationTypes::KnowledgeBaseRetrievalConfiguration

Contains configurations for the knowledge base query and retrieval process. For more information, see Query configurations.



2111
2112
2113
2114
2115
2116
2117
2118
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2111

class RetrieveRequest < Struct.new(
  :knowledge_base_id,
  :next_token,
  :retrieval_configuration,
  :retrieval_query)
  SENSITIVE = [:retrieval_query]
  include Aws::Structure
end

#retrieval_queryTypes::KnowledgeBaseQuery

Contains the query to send the knowledge base.



2111
2112
2113
2114
2115
2116
2117
2118
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2111

class RetrieveRequest < Struct.new(
  :knowledge_base_id,
  :next_token,
  :retrieval_configuration,
  :retrieval_query)
  SENSITIVE = [:retrieval_query]
  include Aws::Structure
end