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.
3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3999 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.
3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3999 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.
3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3999 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
3999 4000 4001 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3999 def unknown @unknown end |
#user_preference_memory_strategy ⇒ Types::UserPreferenceMemoryStrategyInput
Input for creating a user preference memory strategy.
3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3999 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 |