interface EpisodicReflectionConfiguration
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.EpisodicReflectionConfiguration |
Go | github.com/aws/aws-cdk-go/awsbedrockagentcorealpha/v2#EpisodicReflectionConfiguration |
Java | software.amazon.awscdk.services.bedrock.agentcore.alpha.EpisodicReflectionConfiguration |
Python | aws_cdk.aws_bedrock_agentcore_alpha.EpisodicReflectionConfiguration |
TypeScript (source) | @aws-cdk/aws-bedrock-agentcore-alpha ยป EpisodicReflectionConfiguration |
Configuration for episodic memory reflection.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as bedrock_agentcore_alpha from '@aws-cdk/aws-bedrock-agentcore-alpha';
const episodicReflectionConfiguration: bedrock_agentcore_alpha.EpisodicReflectionConfiguration = {
namespaces: ['namespaces'],
};
Properties
| Name | Type | Description |
|---|---|---|
| namespaces | string[] | Namespaces for episodic reflection Minimum 1 namespace required. |
namespaces
Type:
string[]
Namespaces for episodic reflection Minimum 1 namespace required.

.NET
Go
Java
Python
TypeScript (