Skip to content

Bedrock Agent Runtime  >  Enums  >  AgenticRetrieveType

AgenticRetrieveType

Enum Class

AgenticRetrieveType

Bases: UnknownEnumMixin, StrEnum

The type of retrieval source.

Attributes

BEDROCK_AGENT_CORE_MEMORY class-attribute instance-attribute
BEDROCK_AGENT_CORE_MEMORY = 'BedrockAgentCoreMemory'

An AgentCore Memory resource. Long-term memory retrievals report under the Retrieval step with this source type.

BEDROCK_KNOWLEDGE_BASE class-attribute instance-attribute
BEDROCK_KNOWLEDGE_BASE = 'BedrockKnowledgeBase'

A Bedrock knowledge base retrieval source.