Uses of Enum Class
org.springframework.ai.vertexai.embedding.text.VertexAiTextEmbeddingOptions.TaskType
Packages that use VertexAiTextEmbeddingOptions.TaskType
-
Uses of VertexAiTextEmbeddingOptions.TaskType in org.springframework.ai.vertexai.embedding.text
Methods in org.springframework.ai.vertexai.embedding.text that return VertexAiTextEmbeddingOptions.TaskTypeModifier and TypeMethodDescriptionVertexAiTextEmbeddingOptions.getTaskType()Returns the enum constant of this class with the specified name.VertexAiTextEmbeddingOptions.TaskType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.vertexai.embedding.text with parameters of type VertexAiTextEmbeddingOptions.TaskTypeModifier and TypeMethodDescriptionvoidVertexAiTextEmbeddingOptions.setTaskType(VertexAiTextEmbeddingOptions.TaskType taskType) VertexAiTextEmbeddingOptions.Builder.taskType(VertexAiTextEmbeddingOptions.TaskType taskType)