File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export { AIErrorCode as VertexAIErrorCode };
44
44
* @deprecated Use the new {@link AIModel} instead. The Vertex AI in Firebase SDK has been
45
45
* replaced with the Firebase AI SDK to accommodate the evolving set of supported features and
46
46
* services. For migration details, see the {@link https://firebase.google.com/docs/vertex-ai/migrate-to-latest-sdk | migration guide}.
47
- *
47
+ *
48
48
* Base class for Firebase AI model APIs.
49
49
*
50
50
* @public
@@ -55,9 +55,9 @@ export const VertexAIModel = AIModel;
55
55
* @deprecated Use the new {@link AIError} instead. The Vertex AI in Firebase SDK has been
56
56
* replaced with the Firebase AI SDK to accommodate the evolving set of supported features and
57
57
* services. For migration details, see the {@link https://firebase.google.com/docs/vertex-ai/migrate-to-latest-sdk | migration guide}.
58
- *
58
+ *
59
59
* Error class for the Firebase AI SDK.
60
- *
60
+ *
61
61
* @public
62
62
*/
63
63
export const VertexAIError = AIError ;
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export interface AI {
60
60
backend : Backend ;
61
61
/**
62
62
* @deprecated use `AI.backend.location` instead.
63
- *
63
+ *
64
64
* The location configured for this AI service instance, relevant for Vertex AI backends.
65
65
*/
66
66
location : string ;
You can’t perform that action at this time.
0 commit comments