Uses of Enum Class
dev.langchain4j.model.googleai.GoogleAiEmbeddingModel.TaskType
Packages that use GoogleAiEmbeddingModel.TaskType
-
Uses of GoogleAiEmbeddingModel.TaskType in dev.langchain4j.model.googleai
Subclasses with type arguments of type GoogleAiEmbeddingModel.TaskType in dev.langchain4j.model.googleaiMethods in dev.langchain4j.model.googleai that return GoogleAiEmbeddingModel.TaskTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GoogleAiEmbeddingModel.TaskType[]
GoogleAiEmbeddingModel.TaskType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.googleai with parameters of type GoogleAiEmbeddingModel.TaskTypeModifier and TypeMethodDescriptionGoogleAiEmbeddingModel.GoogleAiEmbeddingModelBuilder.taskType
(GoogleAiEmbeddingModel.TaskType taskType)