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.



1497
1498
1499
1500
1501
1502
1503
1504
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1497

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

#descriptionString

The description of the custom memory strategy.

Returns:

  • (String)


1497
1498
1499
1500
1501
1502
1503
1504
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1497

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

#nameString

The name of the custom memory strategy.

Returns:

  • (String)


1497
1498
1499
1500
1501
1502
1503
1504
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1497

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>)


1497
1498
1499
1500
1501
1502
1503
1504
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1497

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