Class: Aws::BedrockAgentCoreControl::Types::SemanticMemoryStrategyInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

The description of the semantic memory strategy.

Returns:

  • (String)


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

#nameString

The name of the semantic memory strategy.

Returns:

  • (String)


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

#namespacesArray<String>

The namespaces associated with the semantic memory strategy.

Returns:

  • (Array<String>)


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