Class: Aws::BedrockAgentCoreControl::Types::SummaryMemoryStrategyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::SummaryMemoryStrategyInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Input for creating a summary memory strategy.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the summary memory strategy.
-
#memory_record_schema ⇒ Types::MemoryRecordSchema
Schema for metadata fields on records generated by this strategy.
-
#name ⇒ String
The name of the summary memory strategy.
-
#namespace_templates ⇒ Array<String>
The namespaceTemplates associated with the summary memory strategy.
-
#namespaces ⇒ Array<String>
The namespaces associated with the summary memory strategy.
Instance Attribute Details
#description ⇒ String
The description of the summary memory strategy.
14577 14578 14579 14580 14581 14582 14583 14584 14585 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14577 class SummaryMemoryStrategyInput < 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.
14577 14578 14579 14580 14581 14582 14583 14584 14585 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14577 class SummaryMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :namespace_templates, :memory_record_schema) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the summary memory strategy.
14577 14578 14579 14580 14581 14582 14583 14584 14585 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14577 class SummaryMemoryStrategyInput < 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 summary memory strategy.
14577 14578 14579 14580 14581 14582 14583 14584 14585 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14577 class SummaryMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :namespace_templates, :memory_record_schema) SENSITIVE = [:description] include Aws::Structure end |
#namespaces ⇒ Array<String>
The namespaces associated with the summary memory strategy.
14577 14578 14579 14580 14581 14582 14583 14584 14585 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14577 class SummaryMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :namespace_templates, :memory_record_schema) SENSITIVE = [:description] include Aws::Structure end |