We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
instances
1 parent 848c4bc commit 9395d85Copy full SHA for 9395d85
FirebaseVertexAI/Sources/VertexAI.swift
@@ -117,8 +117,8 @@ public class VertexAI {
117
118
private let auth: AuthInterop?
119
120
- /// A map of active `VertexAI` instances for `app`, keyed by model resource names
121
- /// (e.g., "projects/my-project-id/locations/us-central1/publishers/google/models/gemini-pro").
+ /// A map of active `VertexAI` instances keyed by the `FirebaseApp` name and the `location`, in
+ /// the format `appName:location`.
122
private static var instances: [String: VertexAI] = [:]
123
124
/// Lock to manage access to the `instances` array to avoid race conditions.
0 commit comments