Uses of Enum
dev.langchain4j.model.googleai.GoogleAiEmbeddingModel.TaskType
-
Uses of GoogleAiEmbeddingModel.TaskType in dev.langchain4j.model.googleai
Methods in dev.langchain4j.model.googleai that return GoogleAiEmbeddingModel.TaskTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static GoogleAiEmbeddingModel.TaskType[]GoogleAiEmbeddingModel.TaskType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.langchain4j.model.googleai with parameters of type GoogleAiEmbeddingModel.TaskTypeModifierConstructorDescriptionGoogleAiEmbeddingModel(String modelName, String apiKey, Integer maxRetries, GoogleAiEmbeddingModel.TaskType taskType, String titleMetadataKey, Integer outputDimensionality, Duration timeout, Boolean logRequestsAndResponses)