Class: Aws::BedrockAgentCoreControl::Types::UserPreferenceMemoryStrategyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UserPreferenceMemoryStrategyInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Input for creating a user preference memory strategy.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the user preference memory strategy.
-
#memory_record_schema ⇒ Types::MemoryRecordSchema
Schema for metadata fields on records generated by this strategy.
-
#name ⇒ String
The name of the user preference memory strategy.
-
#namespace_templates ⇒ Array<String>
The namespaceTemplates associated with the user preference memory strategy.
-
#namespaces ⇒ Array<String>
This is a legacy parameter, use
namespaceTemplates.
Instance Attribute Details
#description ⇒ String
The description of the user preference memory strategy.
18160 18161 18162 18163 18164 18165 18166 18167 18168 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18160 class UserPreferenceMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :namespace_templates, :memory_record_schema) SENSITIVE = [:description] include Aws::Structure end |
#memory_record_schema ⇒ Types::MemoryRecordSchema
Schema for metadata fields on records generated by this strategy.
18160 18161 18162 18163 18164 18165 18166 18167 18168 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18160 class UserPreferenceMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :namespace_templates, :memory_record_schema) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the user preference memory strategy.
18160 18161 18162 18163 18164 18165 18166 18167 18168 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18160 class UserPreferenceMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :namespace_templates, :memory_record_schema) SENSITIVE = [:description] include Aws::Structure end |
#namespace_templates ⇒ Array<String>
The namespaceTemplates associated with the user preference memory strategy.
18160 18161 18162 18163 18164 18165 18166 18167 18168 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18160 class UserPreferenceMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :namespace_templates, :memory_record_schema) SENSITIVE = [:description] include Aws::Structure end |
#namespaces ⇒ Array<String>
This is a legacy parameter, use namespaceTemplates. The namespaces
associated with the user preference memory strategy.
18160 18161 18162 18163 18164 18165 18166 18167 18168 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18160 class UserPreferenceMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :namespace_templates, :memory_record_schema) SENSITIVE = [:description] include Aws::Structure end |