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.
4136 4137 4138 4139 4140 4141 4142 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4136 class SemanticMemoryStrategyInput < Struct.new( :name, :description, :namespaces) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the semantic memory strategy.
4136 4137 4138 4139 4140 4141 4142 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4136 class SemanticMemoryStrategyInput < Struct.new( :name, :description, :namespaces) SENSITIVE = [:description] include Aws::Structure end |
#namespaces ⇒ Array<String>
The namespaces associated with the semantic memory strategy.
4136 4137 4138 4139 4140 4141 4142 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4136 class SemanticMemoryStrategyInput < Struct.new( :name, :description, :namespaces) SENSITIVE = [:description] include Aws::Structure end |