Uses of Enum Class
dev.langchain4j.model.anthropic.AnthropicChatModelName
Packages that use AnthropicChatModelName
-
Uses of AnthropicChatModelName in dev.langchain4j.model.anthropic
Subclasses with type arguments of type AnthropicChatModelName in dev.langchain4j.model.anthropicMethods in dev.langchain4j.model.anthropic that return AnthropicChatModelNameModifier and TypeMethodDescriptionstatic AnthropicChatModelNameReturns the enum constant of this class with the specified name.static AnthropicChatModelName[]AnthropicChatModelName.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.anthropic with parameters of type AnthropicChatModelNameModifier and TypeMethodDescriptionAnthropicChatModel.AnthropicChatModelBuilder.modelName(AnthropicChatModelName modelName) Sets the model to use for chat completions using a type-safe enum constant.AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.modelName(AnthropicChatModelName modelName) Sets the model to use for streaming chat completions using a type-safe enum constant.AnthropicTokenCountEstimator.Builder.modelName(AnthropicChatModelName modelName) Sets the model used for token count estimation using a type-safe enum constant.