Class: Aws::BedrockAgentCoreControl::Types::UserPreferenceMemoryStrategyInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Input for creating a user preference memory strategy.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the user preference memory strategy.

Returns:

  • (String)


18160
18161
18162
18163
18164
18165
18166
18167
18168
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18160

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

#memory_record_schemaTypes::MemoryRecordSchema

Schema for metadata fields on records generated by this strategy.



18160
18161
18162
18163
18164
18165
18166
18167
18168
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18160

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

#nameString

The name of the user preference memory strategy.

Returns:

  • (String)


18160
18161
18162
18163
18164
18165
18166
18167
18168
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18160

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

#namespace_templatesArray<String>

The namespaceTemplates associated with the user preference memory strategy.

Returns:

  • (Array<String>)


18160
18161
18162
18163
18164
18165
18166
18167
18168
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18160

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

#namespacesArray<String>

This is a legacy parameter, use namespaceTemplates. The namespaces associated with the user preference memory strategy.

Returns:

  • (Array<String>)


18160
18161
18162
18163
18164
18165
18166
18167
18168
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18160

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