Class: Aws::BedrockAgentCoreControl::Types::EpisodicReflectionConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::EpisodicReflectionConfigurationInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
An episodic reflection configuration input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespaces ⇒ Array<String>
The namespaces over which to create reflections.
Instance Attribute Details
#namespaces ⇒ Array<String>
The namespaces over which to create reflections. Can be less nested than episode namespaces.
3565 3566 3567 3568 3569 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3565 class EpisodicReflectionConfigurationInput < Struct.new( :namespaces) SENSITIVE = [] include Aws::Structure end |