Uses of Enum Class
dev.langchain4j.model.voyageai.VoyageAiScoringModelName
Packages that use VoyageAiScoringModelName
-
Uses of VoyageAiScoringModelName in dev.langchain4j.model.voyageai
Subclasses with type arguments of type VoyageAiScoringModelName in dev.langchain4j.model.voyageaiMethods in dev.langchain4j.model.voyageai that return VoyageAiScoringModelNameModifier and TypeMethodDescriptionstatic VoyageAiScoringModelName
Returns the enum constant of this class with the specified name.static VoyageAiScoringModelName[]
VoyageAiScoringModelName.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.voyageai with parameters of type VoyageAiScoringModelNameModifier and TypeMethodDescriptionVoyageAiScoringModel.Builder.modelName
(VoyageAiScoringModelName modelName) Name of the model.