Uses of Class
org.springframework.ai.bedrock.llama.BedrockLlamaChatOptions
Packages that use BedrockLlamaChatOptions
Package
Description
-
Uses of BedrockLlamaChatOptions in org.springframework.ai.autoconfigure.bedrock.llama
Methods in org.springframework.ai.autoconfigure.bedrock.llama that return BedrockLlamaChatOptionsMethods in org.springframework.ai.autoconfigure.bedrock.llama with parameters of type BedrockLlamaChatOptionsModifier and TypeMethodDescriptionvoid
BedrockLlamaChatProperties.setOptions
(BedrockLlamaChatOptions options) -
Uses of BedrockLlamaChatOptions in org.springframework.ai.bedrock.llama
Methods in org.springframework.ai.bedrock.llama that return BedrockLlamaChatOptionsModifier and TypeMethodDescriptionBedrockLlamaChatOptions.Builder.build()
BedrockLlamaChatOptions.copy()
static BedrockLlamaChatOptions
BedrockLlamaChatOptions.fromOptions
(BedrockLlamaChatOptions fromOptions) Methods in org.springframework.ai.bedrock.llama with parameters of type BedrockLlamaChatOptionsModifier and TypeMethodDescriptionstatic BedrockLlamaChatOptions
BedrockLlamaChatOptions.fromOptions
(BedrockLlamaChatOptions fromOptions) Constructors in org.springframework.ai.bedrock.llama with parameters of type BedrockLlamaChatOptionsModifierConstructorDescriptionBedrockLlamaChatModel
(LlamaChatBedrockApi chatApi, BedrockLlamaChatOptions options) Deprecated.