Uses of Enum Class
dev.langchain4j.model.googleai.GoogleAiEmbeddingModel.TaskType
-
Uses of GoogleAiEmbeddingModel.TaskType in dev.langchain4j.model.googleai
Modifier 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.ModifierConstructorDescriptionGoogleAiEmbeddingModel
(String modelName, String apiKey, Integer maxRetries, GoogleAiEmbeddingModel.TaskType taskType, String titleMetadataKey, Integer outputDimensionality, Duration timeout, Boolean logRequestsAndResponses)