Uses of Class
org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions.Builder
Packages that use BedrockCohereChatOptions.Builder
-
Uses of BedrockCohereChatOptions.Builder in org.springframework.ai.bedrock.cohere
Methods in org.springframework.ai.bedrock.cohere that return BedrockCohereChatOptions.BuilderModifier and TypeMethodDescriptionBedrockCohereChatOptions.builder()
BedrockCohereChatOptions.Builder.logitBias
(CohereChatBedrockApi.CohereChatRequest.LogitBias logitBias) BedrockCohereChatOptions.Builder.numGenerations
(Integer numGenerations) BedrockCohereChatOptions.Builder.returnLikelihoods
(CohereChatBedrockApi.CohereChatRequest.ReturnLikelihoods returnLikelihoods) BedrockCohereChatOptions.Builder.stopSequences
(List<String> stopSequences) BedrockCohereChatOptions.Builder.temperature
(Double temperature) BedrockCohereChatOptions.Builder.truncate
(CohereChatBedrockApi.CohereChatRequest.Truncate truncate) BedrockCohereChatOptions.Builder.withLogitBias
(CohereChatBedrockApi.CohereChatRequest.LogitBias logitBias) Deprecated, for removal: This API element is subject to removal in a future version.BedrockCohereChatOptions.Builder.withMaxTokens
(Integer maxTokens) Deprecated, for removal: This API element is subject to removal in a future version.usemaxTokens(Integer)
instead.BedrockCohereChatOptions.Builder.withNumGenerations
(Integer numGenerations) Deprecated, for removal: This API element is subject to removal in a future version.usenumGenerations(Integer)
instead.BedrockCohereChatOptions.Builder.withReturnLikelihoods
(CohereChatBedrockApi.CohereChatRequest.ReturnLikelihoods returnLikelihoods) Deprecated, for removal: This API element is subject to removal in a future version.usereturnLikelihoods(ReturnLikelihoods)
instead.BedrockCohereChatOptions.Builder.withStopSequences
(List<String> stopSequences) Deprecated, for removal: This API element is subject to removal in a future version.usestopSequences(List)
instead.BedrockCohereChatOptions.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.BedrockCohereChatOptions.Builder.withTruncate
(CohereChatBedrockApi.CohereChatRequest.Truncate truncate) Deprecated, for removal: This API element is subject to removal in a future version.usetruncate(Truncate)
instead.
logitBias(LogitBias)
instead.