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.



2617
2618
2619
2620
2621
2622
2623
2624
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2617

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

#descriptionString

The description of the custom memory strategy.

Returns:

  • (String)


2617
2618
2619
2620
2621
2622
2623
2624
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2617

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

#nameString

The name of the custom memory strategy.

Returns:

  • (String)


2617
2618
2619
2620
2621
2622
2623
2624
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2617

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


2617
2618
2619
2620
2621
2622
2623
2624
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2617

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