Class: Aws::BedrockAgentCoreControl::Types::EpisodicMemoryStrategyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::EpisodicMemoryStrategyInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Input for creating an episodic memory strategy.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the episodic memory strategy.
-
#name ⇒ String
The name of the episodic memory strategy.
-
#namespaces ⇒ Array<String>
The namespaces for which to create episodes.
-
#reflection_configuration ⇒ Types::EpisodicReflectionConfigurationInput
The configuration for the reflections created with the episodic memory strategy.
Instance Attribute Details
#description ⇒ String
The description of the episodic memory strategy.
3432 3433 3434 3435 3436 3437 3438 3439 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3432 class EpisodicMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :reflection_configuration) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the episodic memory strategy.
3432 3433 3434 3435 3436 3437 3438 3439 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3432 class EpisodicMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :reflection_configuration) SENSITIVE = [:description] include Aws::Structure end |
#namespaces ⇒ Array<String>
The namespaces for which to create episodes.
3432 3433 3434 3435 3436 3437 3438 3439 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3432 class EpisodicMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :reflection_configuration) SENSITIVE = [:description] include Aws::Structure end |
#reflection_configuration ⇒ Types::EpisodicReflectionConfigurationInput
The configuration for the reflections created with the episodic memory strategy.
3432 3433 3434 3435 3436 3437 3438 3439 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3432 class EpisodicMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :reflection_configuration) SENSITIVE = [:description] include Aws::Structure end |