An instance of the Vertex AI in Firebase SDK.
Signature:
export interface VertexAI
Properties
| Property | Type | Description |
|---|---|---|
| app | FirebaseApp | The FirebaseApp this VertexAI instance is associated with. |
| location | string |
VertexAI.app
The FirebaseApp this VertexAI instance is associated with.
Signature:
app: FirebaseApp;
VertexAI.location
Signature:
location: string;