aws.bedrock_agent_runtime.get_agent_memory
Example SQL Queries
SELECT * FROMaws.bedrock_agent_runtime.get_agent_memoryWHERE"agent_alias_id" = 'VALUE'AND "agent_id" = 'VALUE'AND "memory_id" = 'VALUE'AND "memory_type" = 'VALUE';Description
Gets the sessions stored in the memory of the agent.
Table Definition
| Column Name | Column Data Type |
|---|---|
| agent_alias_id Required Input Column The unique identifier of an alias of an agent. | VARCHAR |
| agent_id Required Input Column The unique identifier of the agent to which the alias belongs. | VARCHAR |
| memory_id Required Input Column The unique identifier of the memory. | VARCHAR |
| memory_type Required Input Column The type of memory. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| session_summary Contains summary of a session. | STRUCT( |
Show child fields
| |