MemoryRecordSummary - Amazon Bedrock AgentCore

MemoryRecordSummary

Contains summary information about a memory record.

Contents

content

The content of the memory record.

Type: MemoryContent object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: Yes

createdAt

The timestamp when the memory record was created.

Type: Timestamp

Required: Yes

memoryRecordId

The unique identifier of the memory record.

Type: String

Length Constraints: Fixed length of 40.

Pattern: mem-[a-zA-Z0-9-]*

Required: Yes

memoryStrategyId

The identifier of the memory strategy associated with this record.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Pattern: [a-zA-Z0-9][a-zA-Z0-9-_]*

Required: Yes

namespaces

The namespaces associated with this memory record.

Type: Array of strings

Array Members: Minimum number of 1 item.

Length Constraints: Minimum length of 1. Maximum length of 1024.

Pattern: [a-zA-Z0-9/*][a-zA-Z0-9-_/*]*

Required: Yes

score

The relevance score of the memory record when returned as part of a search result. Higher values indicate greater relevance to the search query.

Type: Double

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: