

# MemoryRecordSummary
<a name="API_MemoryRecordSummary"></a>

Contains summary information about a memory record.

## Contents
<a name="API_MemoryRecordSummary_Contents"></a>

 ** content **   <a name="BedrockAgentCore-Type-MemoryRecordSummary-content"></a>
The content of the memory record.  
Type: [MemoryContent](API_MemoryContent.md) object  
 **Note: **This object is a Union. Only one member of this object can be specified or returned.  
Required: Yes

 ** createdAt **   <a name="BedrockAgentCore-Type-MemoryRecordSummary-createdAt"></a>
The timestamp when the memory record was created.  
Type: Timestamp  
Required: Yes

 ** memoryRecordId **   <a name="BedrockAgentCore-Type-MemoryRecordSummary-memoryRecordId"></a>
The unique identifier of the memory record.  
Type: String  
Length Constraints: Minimum length of 40. Maximum length of 50.  
Pattern: `mem-[a-zA-Z0-9-_]*`   
Required: Yes

 ** memoryStrategyId **   <a name="BedrockAgentCore-Type-MemoryRecordSummary-memoryStrategyId"></a>
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 **   <a name="BedrockAgentCore-Type-MemoryRecordSummary-namespaces"></a>
The namespaces associated with this memory record.  
Type: Array of strings  
Array Members: Minimum number of 0 items. Maximum number of 1 item.  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Pattern: `[a-zA-Z0-9/*][a-zA-Z0-9-_/*]*(?::[a-zA-Z0-9-_/*]+)*[a-zA-Z0-9-_/*]*`   
Required: Yes

 ** metadata **   <a name="BedrockAgentCore-Type-MemoryRecordSummary-metadata"></a>
A map of metadata key-value pairs associated with a memory record.  
Type: String to [MetadataValue](API_MetadataValue.md) object map  
Map Entries: Minimum number of 0 items. Maximum number of 15 items.  
Key Length Constraints: Minimum length of 1. Maximum length of 128.  
Key Pattern: `[a-zA-Z0-9\s._:/=+@-]*`   
Required: No

 ** score **   <a name="BedrockAgentCore-Type-MemoryRecordSummary-score"></a>
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
<a name="API_MemoryRecordSummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/bedrock-agentcore-2024-02-28/MemoryRecordSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/bedrock-agentcore-2024-02-28/MemoryRecordSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/bedrock-agentcore-2024-02-28/MemoryRecordSummary) 