Class: Aws::BedrockAgentCoreControl::Types::StrategyConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::StrategyConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Contains configuration information for a memory strategy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consolidation ⇒ Types::ConsolidationConfiguration
The consolidation configuration for the memory strategy.
-
#extraction ⇒ Types::ExtractionConfiguration
The extraction configuration for the memory strategy.
-
#type ⇒ String
The type of override for the strategy configuration.
Instance Attribute Details
#consolidation ⇒ Types::ConsolidationConfiguration
The consolidation configuration for the memory strategy.
4319 4320 4321 4322 4323 4324 4325 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4319 class StrategyConfiguration < Struct.new( :type, :extraction, :consolidation) SENSITIVE = [] include Aws::Structure end |
#extraction ⇒ Types::ExtractionConfiguration
The extraction configuration for the memory strategy.
4319 4320 4321 4322 4323 4324 4325 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4319 class StrategyConfiguration < Struct.new( :type, :extraction, :consolidation) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of override for the strategy configuration.
4319 4320 4321 4322 4323 4324 4325 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4319 class StrategyConfiguration < Struct.new( :type, :extraction, :consolidation) SENSITIVE = [] include Aws::Structure end |