Class: Aws::BedrockAgentRuntime::Types::AgenticRetriever

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

Overview

A retriever used in agentic retrieval.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::RetrieverConfiguration

The configuration for this retriever.



1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1278

class AgenticRetriever < Struct.new(
  :configuration,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the retriever's purpose.

Returns:

  • (String)


1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1278

class AgenticRetriever < Struct.new(
  :configuration,
  :description)
  SENSITIVE = []
  include Aws::Structure
end