Package org.springframework.ai.watsonx
Class WatsonxAiChatOptions.Builder
java.lang.Object
org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
- Enclosing class:
- WatsonxAiChatOptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties
(Map<String, Object> properties) additionalProperty
(String key, Object value) build()
decodingMethod
(String decodingMethod) maxNewTokens
(Integer maxNewTokens) minNewTokens
(Integer minNewTokens) randomSeed
(Integer randomSeed) repetitionPenalty
(Double repetitionPenalty) stopSequences
(List<String> stopSequences) temperature
(Double temperature)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
temperature
-
topP
-
topK
-
decodingMethod
-
maxNewTokens
-
minNewTokens
-
stopSequences
-
repetitionPenalty
-
randomSeed
-
model
-
additionalProperty
-
additionalProperties
-
build
-