Class: Aws::BedrockAgentCoreControl::Types::ModifyMemoryStrategyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ModifyMemoryStrategyInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Input for modifying a memory strategy.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ModifyStrategyConfiguration
The updated configuration for the memory strategy.
-
#description ⇒ String
The updated description of the memory strategy.
-
#memory_record_schema ⇒ Types::MemoryRecordSchema
Updated metadata schema for records generated by this strategy.
-
#memory_strategy_id ⇒ String
The unique identifier of the memory strategy to modify.
-
#namespace_templates ⇒ Array<String>
The updated namespaceTemplates for the memory strategy.
-
#namespaces ⇒ Array<String>
This is a legacy parameter, use
namespaceTemplates.
Instance Attribute Details
#configuration ⇒ Types::ModifyStrategyConfiguration
The updated configuration for the memory strategy.
12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 12163 class ModifyMemoryStrategyInput < Struct.new( :memory_strategy_id, :description, :namespaces, :namespace_templates, :configuration, :memory_record_schema) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The updated description of the memory strategy.
12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 12163 class ModifyMemoryStrategyInput < Struct.new( :memory_strategy_id, :description, :namespaces, :namespace_templates, :configuration, :memory_record_schema) SENSITIVE = [:description] include Aws::Structure end |
#memory_record_schema ⇒ Types::MemoryRecordSchema
Updated metadata schema for records generated by this strategy.
12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 12163 class ModifyMemoryStrategyInput < Struct.new( :memory_strategy_id, :description, :namespaces, :namespace_templates, :configuration, :memory_record_schema) SENSITIVE = [:description] include Aws::Structure end |
#memory_strategy_id ⇒ String
The unique identifier of the memory strategy to modify.
12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 12163 class ModifyMemoryStrategyInput < Struct.new( :memory_strategy_id, :description, :namespaces, :namespace_templates, :configuration, :memory_record_schema) SENSITIVE = [:description] include Aws::Structure end |
#namespace_templates ⇒ Array<String>
The updated namespaceTemplates for the memory strategy.
12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 12163 class ModifyMemoryStrategyInput < Struct.new( :memory_strategy_id, :description, :namespaces, :namespace_templates, :configuration, :memory_record_schema) SENSITIVE = [:description] include Aws::Structure end |
#namespaces ⇒ Array<String>
This is a legacy parameter, use namespaceTemplates. The updated
namespaces for the memory strategy.
12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 12163 class ModifyMemoryStrategyInput < Struct.new( :memory_strategy_id, :description, :namespaces, :namespace_templates, :configuration, :memory_record_schema) SENSITIVE = [:description] include Aws::Structure end |