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 TypeMethodDescriptionVertexAiTextEmbeddingOptions.Builder.taskType(@Nullable VertexAiTextEmbeddingOptions.TaskType taskType) Constructors in org.springframework.ai.vertexai.embedding.text with parameters of type VertexAiTextEmbeddingOptions.TaskTypeModifierConstructorDescriptionprotectedVertexAiTextEmbeddingOptions(@Nullable String model, @Nullable VertexAiTextEmbeddingOptions.TaskType taskType, @Nullable Integer dimensions, @Nullable String title, @Nullable Boolean autoTruncate)