VertexAIServiceCollectionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensions for adding VertexAI generation services to the application.
public static class VertexAIServiceCollectionExtensions
type VertexAIServiceCollectionExtensions = class
Public Module VertexAIServiceCollectionExtensions
- Inheritance
-
VertexAIServiceCollectionExtensions
Methods
AddVertexAIEmbeddingGeneration(IServiceCollection, String, Func<ValueTask<String>>, String, String, VertexAIVersion, String) |
Adds Vertex AI embeddings generation service to the specified service collection. |
AddVertexAIEmbeddingGeneration(IServiceCollection, String, String, String, String, VertexAIVersion, String) |
Adds Vertex AI embeddings generation service to the specified service collection. |
AddVertexAIGeminiChatCompletion(IServiceCollection, String, Func<ValueTask<String>>, String, String, VertexAIVersion, String) |
Adds Vertex AI Gemini Chat Completion and Text Generation services to the specified service collection. |
AddVertexAIGeminiChatCompletion(IServiceCollection, String, String, String, String, VertexAIVersion, String) |
Adds Vertex AI Gemini Chat Completion and Text Generation services to the specified service collection. |