Uses of Enum Class
org.springframework.ai.google.genai.text.GoogleGenAiTextEmbeddingOptions.TaskType
Packages that use GoogleGenAiTextEmbeddingOptions.TaskType
-
Uses of GoogleGenAiTextEmbeddingOptions.TaskType in org.springframework.ai.google.genai.text
Methods in org.springframework.ai.google.genai.text that return GoogleGenAiTextEmbeddingOptions.TaskTypeModifier and TypeMethodDescription@Nullable GoogleGenAiTextEmbeddingOptions.TaskTypeGoogleGenAiTextEmbeddingOptions.getTaskType()Returns the enum constant of this class with the specified name.GoogleGenAiTextEmbeddingOptions.TaskType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.google.genai.text with parameters of type GoogleGenAiTextEmbeddingOptions.TaskTypeModifier and TypeMethodDescriptionGoogleGenAiTextEmbeddingOptions.Builder.taskType(@Nullable GoogleGenAiTextEmbeddingOptions.TaskType taskType) Constructors in org.springframework.ai.google.genai.text with parameters of type GoogleGenAiTextEmbeddingOptions.TaskTypeModifierConstructorDescriptionprotectedGoogleGenAiTextEmbeddingOptions(@Nullable String model, @Nullable GoogleGenAiTextEmbeddingOptions.TaskType taskType, @Nullable Integer dimensions, @Nullable String title, @Nullable Boolean autoTruncate)