Uses of Enum
dev.langchain4j.model.azure.AzureOpenAiLanguageModelName
Packages that use AzureOpenAiLanguageModelName
-
Uses of AzureOpenAiLanguageModelName in dev.langchain4j.model.azure
Methods in dev.langchain4j.model.azure that return AzureOpenAiLanguageModelNameModifier and TypeMethodDescriptionstatic AzureOpenAiLanguageModelNameReturns the enum constant of this type with the specified name.static AzureOpenAiLanguageModelName[]AzureOpenAiLanguageModelName.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.langchain4j.model.azure with parameters of type AzureOpenAiLanguageModelNameModifierConstructorDescriptionAzureOpenAiTokenizer(AzureOpenAiLanguageModelName modelName) Creates an instance of theAzureOpenAiTokenizerfor a givenAzureOpenAiLanguageModelName.