SessionSummary¶
Structure Class¶
SessionSummary
dataclass
¶
Contains details about a session. For more information about sessions, see Store and retrieve conversation history and context with Amazon Bedrock sessions.
Attributes¶
created_at
instance-attribute
¶
created_at: datetime
The timestamp for when the session was created.
last_updated_at
instance-attribute
¶
last_updated_at: datetime
The timestamp for when the session was last modified.
session_status
instance-attribute
¶
session_status: SessionStatus
The current status of the session.