Class: Aws::BedrockAgentCoreControl::Types::SemanticMemoryStrategyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::SemanticMemoryStrategyInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Input for creating a semantic memory strategy.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the semantic memory strategy.
-
#name ⇒ String
The name of the semantic memory strategy.
-
#namespaces ⇒ Array<String>
The namespaces associated with the semantic memory strategy.
Instance Attribute Details
#description ⇒ String
The description of the semantic memory strategy.
4906 4907 4908 4909 4910 4911 4912 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4906 class SemanticMemoryStrategyInput < Struct.new( :name, :description, :namespaces) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the semantic memory strategy.
4906 4907 4908 4909 4910 4911 4912 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4906 class SemanticMemoryStrategyInput < Struct.new( :name, :description, :namespaces) SENSITIVE = [:description] include Aws::Structure end |
#namespaces ⇒ Array<String>
The namespaces associated with the semantic memory strategy.
4906 4907 4908 4909 4910 4911 4912 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4906 class SemanticMemoryStrategyInput < Struct.new( :name, :description, :namespaces) SENSITIVE = [:description] include Aws::Structure end |