Skip to content

Bedrock Agent Runtime  >  Structures  >  AgenticRetrieveMemoryRetrieveDetails

AgenticRetrieveMemoryRetrieveDetails

Structure Class

AgenticRetrieveMemoryRetrieveDetails dataclass

A long-term memory retrieval that the agent chose to perform. The record reports the query and the namespace. The corresponding Retrieval step reports the results.

Attributes

input_query class-attribute instance-attribute
input_query: AgenticRetrieveMessageContent = field(repr=False)

The query that the agent composed.

memory_id instance-attribute
memory_id: str

The identifier of the AgentCore Memory resource retrieved from.

namespace class-attribute instance-attribute
namespace: str | None = None

The namespace prefix retrieved from, as supplied in the request. This field is present when the request specified namespace.

namespace_path class-attribute instance-attribute
namespace_path: str | None = None

The parent namespace retrieved from hierarchically, as supplied in the request. This field is present when the request specified namespacePath.

strategy_id class-attribute instance-attribute
strategy_id: str | None = None

The extraction strategy that restricted retrieval, if the request specified one.