Class: Aws::BedrockAgentCoreControl::Types::UserPreferenceOverrideExtractionConfigurationInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UserPreferenceOverrideExtractionConfigurationInput
 
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Input for user preference override extraction configuration in a memory strategy.
Constant Summary collapse
- SENSITIVE =
- [:append_to_prompt] 
Instance Attribute Summary collapse
- 
  
    
      #append_to_prompt  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The text to append to the prompt for user preference extraction. 
- 
  
    
      #model_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The model ID to use for user preference extraction. 
Instance Attribute Details
#append_to_prompt ⇒ String
The text to append to the prompt for user preference extraction.
| 6355 6356 6357 6358 6359 6360 | # File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6355 class UserPreferenceOverrideExtractionConfigurationInput < Struct.new( :append_to_prompt, :model_id) SENSITIVE = [:append_to_prompt] include Aws::Structure end | 
#model_id ⇒ String
The model ID to use for user preference extraction.
| 6355 6356 6357 6358 6359 6360 | # File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6355 class UserPreferenceOverrideExtractionConfigurationInput < Struct.new( :append_to_prompt, :model_id) SENSITIVE = [:append_to_prompt] include Aws::Structure end |