Class: Aws::BedrockAgentCoreControl::Types::CustomMemoryStrategyInput

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

Instance Attribute Details

#configurationTypes::CustomConfigurationInput

The configuration for the custom memory strategy.



1682
1683
1684
1685
1686
1687
1688
1689
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1682

class CustomMemoryStrategyInput < Struct.new(
  :name,
  :description,
  :namespaces,
  :configuration)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the custom memory strategy.

Returns:

  • (String)


1682
1683
1684
1685
1686
1687
1688
1689
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1682

class CustomMemoryStrategyInput < Struct.new(
  :name,
  :description,
  :namespaces,
  :configuration)
  SENSITIVE = [:description]
  include Aws::Structure
end

#nameString

The name of the custom memory strategy.

Returns:

  • (String)


1682
1683
1684
1685
1686
1687
1688
1689
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1682

class CustomMemoryStrategyInput < Struct.new(
  :name,
  :description,
  :namespaces,
  :configuration)
  SENSITIVE = [:description]
  include Aws::Structure
end

#namespacesArray<String>

The namespaces associated with the custom memory strategy.

Returns:

  • (Array<String>)


1682
1683
1684
1685
1686
1687
1688
1689
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1682

class CustomMemoryStrategyInput < Struct.new(
  :name,
  :description,
  :namespaces,
  :configuration)
  SENSITIVE = [:description]
  include Aws::Structure
end