Interface SemanticExtractionOverride.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SemanticExtractionOverride.Builder,
,SemanticExtractionOverride> SdkBuilder<SemanticExtractionOverride.Builder,
,SemanticExtractionOverride> SdkPojo
- Enclosing class:
SemanticExtractionOverride
@Mutable
@NotThreadSafe
public static interface SemanticExtractionOverride.Builder
extends SdkPojo, CopyableBuilder<SemanticExtractionOverride.Builder,SemanticExtractionOverride>
-
Method Summary
Modifier and TypeMethodDescriptionappendToPrompt
(String appendToPrompt) The text to append to the prompt for semantic extraction.The model ID to use for semantic extraction.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
appendToPrompt
The text to append to the prompt for semantic extraction.
- Parameters:
appendToPrompt
- The text to append to the prompt for semantic extraction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelId
The model ID to use for semantic extraction.
- Parameters:
modelId
- The model ID to use for semantic extraction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-