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.
2617 2618 2619 2620 2621 2622 2623 2624 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2617 class CustomMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the custom memory strategy.
2617 2618 2619 2620 2621 2622 2623 2624 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2617 class CustomMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the custom memory strategy.
2617 2618 2619 2620 2621 2622 2623 2624 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2617 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.
2617 2618 2619 2620 2621 2622 2623 2624 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2617 class CustomMemoryStrategyInput < Struct.new( :name, :description, :namespaces, :configuration) SENSITIVE = [:description] include Aws::Structure end |