You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[@firebase/performance](./performance.md#performance_package)| The Firebase Performance Monitoring Web SDK. This SDK does not work in a Node.js environment. |
28
28
|[@firebase/remote-config](./remote-config.md#remote-config_package)| The Firebase Remote Config Web SDK. This SDK does not work in a Node.js environment. |
29
29
|[@firebase/storage](./storage.md#storage_package)| Cloud Storage for Firebase |
30
-
|[@firebase/vertexai](./vertexai.md#vertexai_package)| The Vertex AI in Firebase Web SDK. |
30
+
|[@firebase/vertexai](./vertexai.md#vertexai_package)| The Firebase AI Web SDK. |
| [(constructor)(code, message, customErrorData)](./vertexai.genaierror.md#genaierrorconstructor) | | Constructs a new instance of the <code>GenAIError</code> class. |
26
+
| [(constructor)(code, message, customErrorData)](./vertexai.aierror.md#aierrorconstructor) | | Constructs a new instance of the <code>AIError</code> class. |
Copy file name to clipboardExpand all lines: docs-devsite/vertexai.aimodel.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,24 +9,24 @@ overwritten. Changes should be made in the source code at
9
9
https://github.com/firebase/firebase-js-sdk
10
10
{% endcomment %}
11
11
12
-
# GenAIModel class
13
-
Base class for Vertex AI in Firebase model APIs.
12
+
# AIModel class
13
+
Base class for Firebase AI model APIs.
14
14
15
-
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `GenAIModel` class.
15
+
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `AIModel` class.
0 commit comments