Class Parameters.Builder
java.lang.Object
io.quarkiverse.langchain4j.watsonx.bean.Parameters.Builder
- Enclosing class:
- Parameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()decodingMethod(String decodingMethod) includeStopSequence(Boolean includeStopSequence) lengthPenalty(Parameters.LengthPenalty lengthPenalty) maxNewTokens(Integer maxNewTokens) minNewTokens(Integer minNewTokens) randomSeed(Integer randomSeed) repetitionPenalty(Double repetitionPenalty) stopSequences(List<String> stopSequences) temperature(Double temperature) truncateInputTokens(Integer truncateInputTokens)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
decodingMethod
-
lengthPenalty
-
minNewTokens
-
maxNewTokens
-
temperature
-
randomSeed
-
repetitionPenalty
-
topP
-
topK
-
stopSequences
-
truncateInputTokens
-
includeStopSequence
-
build
-