Uses of Class
org.springframework.ai.watsonx.WatsonxAiChatOptions.Builder
-
Uses of WatsonxAiChatOptions.Builder in org.springframework.ai.watsonx
Modifier and TypeMethodDescriptionWatsonxAiChatOptions.Builder.additionalProperties
(Map<String, Object> properties) WatsonxAiChatOptions.Builder.additionalProperty
(String key, Object value) static WatsonxAiChatOptions.Builder
WatsonxAiChatOptions.builder()
WatsonxAiChatOptions.Builder.decodingMethod
(String decodingMethod) WatsonxAiChatOptions.Builder.maxNewTokens
(Integer maxNewTokens) WatsonxAiChatOptions.Builder.minNewTokens
(Integer minNewTokens) WatsonxAiChatOptions.Builder.randomSeed
(Integer randomSeed) WatsonxAiChatOptions.Builder.repetitionPenalty
(Double repetitionPenalty) WatsonxAiChatOptions.Builder.stopSequences
(List<String> stopSequences) WatsonxAiChatOptions.Builder.temperature
(Double temperature) WatsonxAiChatOptions.Builder.withAdditionalProperties
(Map<String, Object> properties) Deprecated, for removal: This API element is subject to removal in a future version.WatsonxAiChatOptions.Builder.withAdditionalProperty
(String key, Object value) Deprecated, for removal: This API element is subject to removal in a future version.useadditionalProperty(String, Object)
instead.WatsonxAiChatOptions.Builder.withDecodingMethod
(String decodingMethod) Deprecated, for removal: This API element is subject to removal in a future version.usedecodingMethod(String)
instead.WatsonxAiChatOptions.Builder.withMaxNewTokens
(Integer maxNewTokens) Deprecated, for removal: This API element is subject to removal in a future version.usemaxNewTokens(Integer)
instead.WatsonxAiChatOptions.Builder.withMinNewTokens
(Integer minNewTokens) Deprecated, for removal: This API element is subject to removal in a future version.useminNewTokens(Integer)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usemodel(String)
instead.WatsonxAiChatOptions.Builder.withRandomSeed
(Integer randomSeed) Deprecated, for removal: This API element is subject to removal in a future version.userandomSeed(Integer)
instead.WatsonxAiChatOptions.Builder.withRepetitionPenalty
(Double repetitionPenalty) Deprecated, for removal: This API element is subject to removal in a future version.userepetitionPenalty(Double)
instead.WatsonxAiChatOptions.Builder.withStopSequences
(List<String> stopSequences) Deprecated, for removal: This API element is subject to removal in a future version.usestopSequences(List)
instead.WatsonxAiChatOptions.Builder.withTemperature
(Double temperature) Deprecated, for removal: This API element is subject to removal in a future version.usetemperature(Double)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usetopK(Integer)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usetopP(Double)
instead.
additionalProperties(Map)
instead.