Class: Aws::BedrockAgentCoreControl::Types::SelfManagedConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::SelfManagedConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
A configuration for a self-managed memory strategy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#historical_context_window_size ⇒ Integer
The number of historical messages to include in processing context.
-
#invocation_configuration ⇒ Types::InvocationConfiguration
The configuration to use when invoking memory processing.
-
#trigger_conditions ⇒ Array<Types::TriggerCondition>
A list of conditions that trigger memory processing.
Instance Attribute Details
#historical_context_window_size ⇒ Integer
The number of historical messages to include in processing context.
8162 8163 8164 8165 8166 8167 8168 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8162 class SelfManagedConfiguration < Struct.new( :trigger_conditions, :invocation_configuration, :historical_context_window_size) SENSITIVE = [] include Aws::Structure end |
#invocation_configuration ⇒ Types::InvocationConfiguration
The configuration to use when invoking memory processing.
8162 8163 8164 8165 8166 8167 8168 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8162 class SelfManagedConfiguration < Struct.new( :trigger_conditions, :invocation_configuration, :historical_context_window_size) SENSITIVE = [] include Aws::Structure end |
#trigger_conditions ⇒ Array<Types::TriggerCondition>
A list of conditions that trigger memory processing.
8162 8163 8164 8165 8166 8167 8168 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8162 class SelfManagedConfiguration < Struct.new( :trigger_conditions, :invocation_configuration, :historical_context_window_size) SENSITIVE = [] include Aws::Structure end |