Uses of Class
org.springframework.ai.google.genai.text.GoogleGenAiTextEmbeddingOptions
Packages that use GoogleGenAiTextEmbeddingOptions
Package
Description
-
Uses of GoogleGenAiTextEmbeddingOptions in org.springframework.ai.google.genai.text
Fields in org.springframework.ai.google.genai.text declared as GoogleGenAiTextEmbeddingOptionsModifier and TypeFieldDescriptionGoogleGenAiTextEmbeddingModel.defaultOptionsprotected GoogleGenAiTextEmbeddingOptionsGoogleGenAiTextEmbeddingOptions.Builder.optionsMethods in org.springframework.ai.google.genai.text that return GoogleGenAiTextEmbeddingOptionsModifier and TypeMethodDescriptionGoogleGenAiTextEmbeddingOptions.Builder.build()GoogleGenAiTextEmbeddingOptions.initializeDefaults()Methods in org.springframework.ai.google.genai.text with parameters of type GoogleGenAiTextEmbeddingOptionsModifier and TypeMethodDescriptionGoogleGenAiTextEmbeddingOptions.Builder.from(GoogleGenAiTextEmbeddingOptions fromOptions) Constructors in org.springframework.ai.google.genai.text with parameters of type GoogleGenAiTextEmbeddingOptionsModifierConstructorDescriptionGoogleGenAiTextEmbeddingModel(GoogleGenAiEmbeddingConnectionDetails connectionDetails, GoogleGenAiTextEmbeddingOptions defaultEmbeddingOptions) GoogleGenAiTextEmbeddingModel(GoogleGenAiEmbeddingConnectionDetails connectionDetails, GoogleGenAiTextEmbeddingOptions defaultEmbeddingOptions, org.springframework.retry.support.RetryTemplate retryTemplate) GoogleGenAiTextEmbeddingModel(GoogleGenAiEmbeddingConnectionDetails connectionDetails, GoogleGenAiTextEmbeddingOptions defaultEmbeddingOptions, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) -
Uses of GoogleGenAiTextEmbeddingOptions in org.springframework.ai.model.google.genai.autoconfigure.embedding
Methods in org.springframework.ai.model.google.genai.autoconfigure.embedding that return GoogleGenAiTextEmbeddingOptions