Skip to content

Bedrock Agent Runtime  >  Enums  >  AgenticRetrieveMemoryPersistenceMode

AgenticRetrieveMemoryPersistenceMode

Enum Class

AgenticRetrieveMemoryPersistenceMode

Bases: UnknownEnumMixin, StrEnum

Specifies whether the agent-generated answer is written back to a short-term memory session.

Attributes

DEFAULT class-attribute instance-attribute
DEFAULT = 'DEFAULT'

Specifies that the question and the agent-generated answer are persisted to the session. This is the default when persistenceMode is omitted.

NONE class-attribute instance-attribute
NONE = 'NONE'

Specifies that the session is left unchanged.