Class: Aws::BedrockAgentCoreControl::Types::CustomMemoryStrategyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CustomMemoryStrategyInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Input for creating a custom memory strategy.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::CustomConfigurationInput
The configuration for the custom memory strategy.
-
#description ⇒ String
The description of the custom memory strategy.
-
#name ⇒ String
The name of the custom memory strategy.
-
#namespaces ⇒ Array<String>
The namespaces associated with the custom memory strategy.
Instance Attribute Details
#configuration ⇒ Types::CustomConfigurationInput
The configuration for the custom memory strategy.
1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1497 class CustomMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the custom memory strategy.
1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1497 class CustomMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the custom memory strategy.
1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1497 class CustomMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#namespaces ⇒ Array<String>
The namespaces associated with the custom memory strategy.
1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1497 class CustomMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :configuration) SENSITIVE = [:description] include Aws::Structure end |