EpisodicReflectionConfiguration
- class aws_cdk.aws_bedrock_agentcore_alpha.EpisodicReflectionConfiguration(*, namespaces)
Bases:
object(deprecated) Configuration for episodic memory reflection.
- Parameters:
namespaces (
Sequence[str]) – (deprecated) Namespaces for episodic reflection Minimum 1 namespace required.- Deprecated:
Use the equivalent construct from
aws-cdk-lib/aws-bedrockagentcoreinstead.- Stability:
deprecated
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_bedrock_agentcore_alpha as bedrock_agentcore_alpha episodic_reflection_configuration = bedrock_agentcore_alpha.EpisodicReflectionConfiguration( namespaces=["namespaces"] )
Attributes
- namespaces
(deprecated) Namespaces for episodic reflection Minimum 1 namespace required.
- Stability:
deprecated