Event¶
Structure Class¶
Event
dataclass
¶
Contains information about an event in an AgentCore Memory resource.
Attributes¶
branch
class-attribute
instance-attribute
¶
branch: Branch | None = None
The branch information for the event.
event_timestamp
instance-attribute
¶
event_timestamp: datetime
The timestamp when the event occurred.
memory_id
instance-attribute
¶
memory_id: str
The identifier of the AgentCore Memory resource containing the event.
metadata
class-attribute
instance-attribute
¶
metadata: dict[str, MetadataValue] | None = None
Metadata associated with an event.