Uses of Class
org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions
Packages that use BedrockCohereChatOptions
Package
Description
-
Uses of BedrockCohereChatOptions in org.springframework.ai.autoconfigure.bedrock.cohere
Methods in org.springframework.ai.autoconfigure.bedrock.cohere that return BedrockCohereChatOptionsMethods in org.springframework.ai.autoconfigure.bedrock.cohere with parameters of type BedrockCohereChatOptionsModifier and TypeMethodDescriptionvoid
BedrockCohereChatProperties.setOptions
(BedrockCohereChatOptions options) -
Uses of BedrockCohereChatOptions in org.springframework.ai.bedrock.cohere
Methods in org.springframework.ai.bedrock.cohere that return BedrockCohereChatOptionsModifier and TypeMethodDescriptionBedrockCohereChatOptions.Builder.build()
BedrockCohereChatOptions.copy()
static BedrockCohereChatOptions
BedrockCohereChatOptions.fromOptions
(BedrockCohereChatOptions fromOptions) Methods in org.springframework.ai.bedrock.cohere with parameters of type BedrockCohereChatOptionsModifier and TypeMethodDescriptionstatic BedrockCohereChatOptions
BedrockCohereChatOptions.fromOptions
(BedrockCohereChatOptions fromOptions) Constructors in org.springframework.ai.bedrock.cohere with parameters of type BedrockCohereChatOptionsModifierConstructorDescriptionBedrockCohereChatModel
(CohereChatBedrockApi chatApi, BedrockCohereChatOptions options)