Class: Aws::BedrockAgentCoreControl::Types::EpisodicReflectionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::EpisodicReflectionConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The configuration for the reflections created with the episodic memory strategy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespaces ⇒ Array<String>
The namespaces for which to create reflections.
Instance Attribute Details
#namespaces ⇒ Array<String>
The namespaces for which to create reflections. Can be less nested than the episodic namespaces.
3550 3551 3552 3553 3554 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3550 class EpisodicReflectionConfiguration < Struct.new( :namespaces) SENSITIVE = [] include Aws::Structure end |