Class: Aws::BedrockAgentCoreControl::Types::EpisodicReflectionConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#namespacesArray<String>

The namespaces for which to create reflections. Can be less nested than the episodic namespaces.

Returns:

  • (Array<String>)


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