Uses of Class
com.google.genkit.ai.EmbedResponse.Embedding
Packages that use EmbedResponse.Embedding
-
Uses of EmbedResponse.Embedding in com.google.genkit.ai
Methods in com.google.genkit.ai that return types with arguments of type EmbedResponse.EmbeddingMethod parameters in com.google.genkit.ai with type arguments of type EmbedResponse.EmbeddingModifier and TypeMethodDescriptionvoidEmbedResponse.setEmbeddings(List<EmbedResponse.Embedding> embeddings) Constructor parameters in com.google.genkit.ai with type arguments of type EmbedResponse.EmbeddingModifierConstructorDescriptionEmbedResponse(List<EmbedResponse.Embedding> embeddings) Creates an EmbedResponse with embeddings.