Skip to content

Bedrock Agentcore Control  >  Unions  >  MemoryStrategyInput

MemoryStrategyInput

Union Type

Union Member Types

MemoryStrategyInputSemanticMemoryStrategy dataclass

Input for creating a semantic memory strategy.

Attributes

value instance-attribute

MemoryStrategyInputSummaryMemoryStrategy dataclass

Input for creating a summary memory strategy.

Attributes

value instance-attribute

MemoryStrategyInputUserPreferenceMemoryStrategy dataclass

Input for creating a user preference memory strategy.

Attributes

value instance-attribute

MemoryStrategyInputCustomMemoryStrategy dataclass

Input for creating a custom memory strategy.

Attributes

value instance-attribute

MemoryStrategyInputEpisodicMemoryStrategy dataclass

Input for creating an episodic memory strategy

Attributes

value instance-attribute

MemoryStrategyInputUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str