Class: Aws::BedrockAgentCoreControl::Types::SemanticOverrideExtractionConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::SemanticOverrideExtractionConfigurationInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Input for semantic 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 semantic extraction.
-
#model_id ⇒ String
The model ID to use for semantic extraction.
Instance Attribute Details
#append_to_prompt ⇒ String
The text to append to the prompt for semantic extraction.
4196 4197 4198 4199 4200 4201 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4196 class SemanticOverrideExtractionConfigurationInput < Struct.new( :append_to_prompt, :model_id) SENSITIVE = [:append_to_prompt] include Aws::Structure end |
#model_id ⇒ String
The model ID to use for semantic extraction.
4196 4197 4198 4199 4200 4201 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4196 class SemanticOverrideExtractionConfigurationInput < Struct.new( :append_to_prompt, :model_id) SENSITIVE = [:append_to_prompt] include Aws::Structure end |