Class: Aws::BedrockAgentCoreControl::Types::SemanticExtractionOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::SemanticExtractionOverride
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Contains semantic extraction override configuration.
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.
4883 4884 4885 4886 4887 4888 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4883 class SemanticExtractionOverride < 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.
4883 4884 4885 4886 4887 4888 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4883 class SemanticExtractionOverride < Struct.new( :append_to_prompt, :model_id) SENSITIVE = [:append_to_prompt] include Aws::Structure end |