MemoryRecord¶
Structure Class¶
MemoryRecord
dataclass
¶
Contains information about a memory record in an AgentCore Memory resource.
Attributes¶
created_at
instance-attribute
¶
created_at: datetime
The timestamp when the memory record was created.
memory_record_id
instance-attribute
¶
memory_record_id: str
The unique identifier of the memory record.
memory_strategy_id
instance-attribute
¶
memory_strategy_id: str
The identifier of the memory strategy associated with this record.
metadata
class-attribute
instance-attribute
¶
metadata: dict[str, MemoryRecordMetadataValue] | None = None
A map of metadata key-value pairs associated with a memory record.
namespaces
instance-attribute
¶
namespaces: list[str]
The namespaces associated with this memory record. Namespaces help organize and categorize memory records.