Class BedrockAi21Jurassic2ChatOptions.Penalty.Builder
java.lang.Object
org.springframework.ai.bedrock.jurassic2.BedrockAi21Jurassic2ChatOptions.Penalty.Builder
- Enclosing class:
- BedrockAi21Jurassic2ChatOptions.Penalty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapplyToEmojis
(Boolean applyToEmojis) applyToNumbers
(Boolean applyToNumbers) applyToPunctuations
(Boolean applyToPunctuations) applyToStopwords
(Boolean applyToStopwords) applyToWhitespaces
(Boolean applyToWhitespaces) build()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scale
-
applyToNumbers
-
applyToPunctuations
public BedrockAi21Jurassic2ChatOptions.Penalty.Builder applyToPunctuations(Boolean applyToPunctuations) -
applyToStopwords
-
applyToWhitespaces
public BedrockAi21Jurassic2ChatOptions.Penalty.Builder applyToWhitespaces(Boolean applyToWhitespaces) -
applyToEmojis
-
build
-