Uses of Enum Class
dev.langchain4j.model.vertexai.VertexAiEmbeddingModel.TaskType
Packages that use VertexAiEmbeddingModel.TaskType
-
Uses of VertexAiEmbeddingModel.TaskType in dev.langchain4j.model.vertexai
Methods in dev.langchain4j.model.vertexai that return VertexAiEmbeddingModel.TaskTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VertexAiEmbeddingModel.TaskType[]
VertexAiEmbeddingModel.TaskType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.vertexai with parameters of type VertexAiEmbeddingModel.TaskTypeModifier and TypeMethodDescriptionVertexAiEmbeddingModel.Builder.taskType
(VertexAiEmbeddingModel.TaskType taskType) Constructors in dev.langchain4j.model.vertexai with parameters of type VertexAiEmbeddingModel.TaskTypeModifierConstructorDescriptionVertexAiEmbeddingModel
(String endpoint, String project, String location, String publisher, String modelName, Integer maxRetries, Integer maxSegmentsPerBatch, Integer maxTokensPerBatch, VertexAiEmbeddingModel.TaskType taskType, String titleMetadataKey, Integer outputDimensionality, Boolean autoTruncate)