Skip to content

Bedrock Agentcore  >  Structures  >  MemoryRecordUpdateInput

MemoryRecordUpdateInput

Structure Class

MemoryRecordUpdateInput dataclass

Input structure to update an existing memory record.

Attributes

content class-attribute instance-attribute
content: MemoryContent | None = None

The content to be stored within the memory record.

memory_record_id instance-attribute
memory_record_id: str

The unique ID of the memory record to be updated.

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

The updated ID of the memory strategy that defines how this memory record is grouped.

metadata class-attribute instance-attribute
metadata: dict[str, MemoryRecordMetadataValue] | None = None

Metadata key-value pairs to be stored with the memory record.

namespaces class-attribute instance-attribute
namespaces: list[str] | None = None

The updated list of namespace identifiers for categorizing the memory record.

timestamp instance-attribute
timestamp: datetime

Time at which the memory record was updated