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.
4113 4114 4115 4116 4117 4118 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4113 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.
4113 4114 4115 4116 4117 4118 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4113 class SemanticExtractionOverride < Struct.new( :append_to_prompt, :model_id) SENSITIVE = [:append_to_prompt] include Aws::Structure end |