MemoryStrategyType

class aws_cdk.aws_bedrock_agentcore_alpha.MemoryStrategyType(*values)

Bases: Enum

(deprecated) Long-term memory extraction strategy types.

Deprecated:

Use the equivalent construct from aws-cdk-lib/aws-bedrockagentcore instead.

Stability:

deprecated

Attributes

CUSTOM

(deprecated) Customize memory processing through custom foundation model and prompt templates.

Stability:

deprecated

EPISODIC

(deprecated) Episodic memory strategy - captures meaningful slices of user and system interactions.

Stability:

deprecated

SEMANTIC

(deprecated) Semantic memory strategy - extracts general factual knowledge, concepts and meanings from raw conversations using vector embeddings for similarity search.

Stability:

deprecated

SUMMARIZATION

(deprecated) Summarization strategy - extracts concise summaries to preserve critical context and key insights.

Stability:

deprecated

USER_PREFERENCE

(deprecated) User preferences strategy - extracts user behavior patterns from raw conversations.

Stability:

deprecated