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)


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

#nameString

The name of the semantic memory strategy.

Returns:

  • (String)


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

#namespacesArray<String>

The namespaces associated with the semantic memory strategy.

Returns:

  • (Array<String>)


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