Class: Aws::BedrockAgentCoreControl::Types::MemoryStrategyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::MemoryStrategyInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
MemoryStrategyInput is a union - when making an API calls you must set exactly one of the members.
Contains input information for creating a memory strategy.
Direct Known Subclasses
CustomMemoryStrategy, SemanticMemoryStrategy, SummaryMemoryStrategy, Unknown, UserPreferenceMemoryStrategy
Defined Under Namespace
Classes: CustomMemoryStrategy, SemanticMemoryStrategy, SummaryMemoryStrategy, Unknown, UserPreferenceMemoryStrategy
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_memory_strategy ⇒ Types::CustomMemoryStrategyInput
Input for creating a custom memory strategy.
-
#semantic_memory_strategy ⇒ Types::SemanticMemoryStrategyInput
Input for creating a semantic memory strategy.
-
#summary_memory_strategy ⇒ Types::SummaryMemoryStrategyInput
Input for creating a summary memory strategy.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#user_preference_memory_strategy ⇒ Types::UserPreferenceMemoryStrategyInput
Input for creating a user preference memory strategy.
Instance Attribute Details
#custom_memory_strategy ⇒ Types::CustomMemoryStrategyInput
Input for creating a custom memory strategy.
3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3450 class MemoryStrategyInput < Struct.new( :semantic_memory_strategy, :summary_memory_strategy, :user_preference_memory_strategy, :custom_memory_strategy, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class SemanticMemoryStrategy < MemoryStrategyInput; end class SummaryMemoryStrategy < MemoryStrategyInput; end class UserPreferenceMemoryStrategy < MemoryStrategyInput; end class CustomMemoryStrategy < MemoryStrategyInput; end class Unknown < MemoryStrategyInput; end end |
#semantic_memory_strategy ⇒ Types::SemanticMemoryStrategyInput
Input for creating a semantic memory strategy.
3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3450 class MemoryStrategyInput < Struct.new( :semantic_memory_strategy, :summary_memory_strategy, :user_preference_memory_strategy, :custom_memory_strategy, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class SemanticMemoryStrategy < MemoryStrategyInput; end class SummaryMemoryStrategy < MemoryStrategyInput; end class UserPreferenceMemoryStrategy < MemoryStrategyInput; end class CustomMemoryStrategy < MemoryStrategyInput; end class Unknown < MemoryStrategyInput; end end |
#summary_memory_strategy ⇒ Types::SummaryMemoryStrategyInput
Input for creating a summary memory strategy.
3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3450 class MemoryStrategyInput < Struct.new( :semantic_memory_strategy, :summary_memory_strategy, :user_preference_memory_strategy, :custom_memory_strategy, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class SemanticMemoryStrategy < MemoryStrategyInput; end class SummaryMemoryStrategy < MemoryStrategyInput; end class UserPreferenceMemoryStrategy < MemoryStrategyInput; end class CustomMemoryStrategy < MemoryStrategyInput; end class Unknown < MemoryStrategyInput; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
3450 3451 3452 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3450 def unknown @unknown end |
#user_preference_memory_strategy ⇒ Types::UserPreferenceMemoryStrategyInput
Input for creating a user preference memory strategy.
3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3450 class MemoryStrategyInput < Struct.new( :semantic_memory_strategy, :summary_memory_strategy, :user_preference_memory_strategy, :custom_memory_strategy, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class SemanticMemoryStrategy < MemoryStrategyInput; end class SummaryMemoryStrategy < MemoryStrategyInput; end class UserPreferenceMemoryStrategy < MemoryStrategyInput; end class CustomMemoryStrategy < MemoryStrategyInput; end class Unknown < MemoryStrategyInput; end end |