EpisodicReflectionConfiguration

class aws_cdk.aws_bedrock_agentcore_alpha.EpisodicReflectionConfiguration(*, namespaces)

Bases: object

(experimental) Configuration for episodic memory reflection.

Parameters:

namespaces (Sequence[str]) – (experimental) Namespaces for episodic reflection Minimum 1 namespace required.

Stability:

experimental

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

(experimental) Namespaces for episodic reflection Minimum 1 namespace required.

Stability:

experimental