Class: Aws::BedrockAgentCoreControl::Types::MemoryStrategyInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Note:

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.

Defined Under Namespace

Classes: CustomMemoryStrategy, EpisodicMemoryStrategy, SemanticMemoryStrategy, SummaryMemoryStrategy, Unknown, UserPreferenceMemoryStrategy

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_memory_strategyTypes::CustomMemoryStrategyInput

Input for creating a custom memory strategy.



6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6704

class MemoryStrategyInput < Struct.new(
  :semantic_memory_strategy,
  :summary_memory_strategy,
  :user_preference_memory_strategy,
  :custom_memory_strategy,
  :episodic_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 EpisodicMemoryStrategy < MemoryStrategyInput; end
  class Unknown < MemoryStrategyInput; end
end

#episodic_memory_strategyTypes::EpisodicMemoryStrategyInput

Input for creating an episodic memory strategy



6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6704

class MemoryStrategyInput < Struct.new(
  :semantic_memory_strategy,
  :summary_memory_strategy,
  :user_preference_memory_strategy,
  :custom_memory_strategy,
  :episodic_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 EpisodicMemoryStrategy < MemoryStrategyInput; end
  class Unknown < MemoryStrategyInput; end
end

#semantic_memory_strategyTypes::SemanticMemoryStrategyInput

Input for creating a semantic memory strategy.



6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6704

class MemoryStrategyInput < Struct.new(
  :semantic_memory_strategy,
  :summary_memory_strategy,
  :user_preference_memory_strategy,
  :custom_memory_strategy,
  :episodic_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 EpisodicMemoryStrategy < MemoryStrategyInput; end
  class Unknown < MemoryStrategyInput; end
end

#summary_memory_strategyTypes::SummaryMemoryStrategyInput

Input for creating a summary memory strategy.



6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6704

class MemoryStrategyInput < Struct.new(
  :semantic_memory_strategy,
  :summary_memory_strategy,
  :user_preference_memory_strategy,
  :custom_memory_strategy,
  :episodic_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 EpisodicMemoryStrategy < MemoryStrategyInput; end
  class Unknown < MemoryStrategyInput; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



6704
6705
6706
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6704

def unknown
  @unknown
end

#user_preference_memory_strategyTypes::UserPreferenceMemoryStrategyInput

Input for creating a user preference memory strategy.



6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6704

class MemoryStrategyInput < Struct.new(
  :semantic_memory_strategy,
  :summary_memory_strategy,
  :user_preference_memory_strategy,
  :custom_memory_strategy,
  :episodic_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 EpisodicMemoryStrategy < MemoryStrategyInput; end
  class Unknown < MemoryStrategyInput; end
end