Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference
{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}
Configuration class for the Vertex AI Gemini API.
Use this with AIOptions when initializing the AI service via getAI() to specify the Vertex AI Gemini API as the backend.
Signature:
export declare class VertexAIBackend extends Backend Extends: Backend
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(location) | Creates a configuration object for the Vertex AI backend. |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| location | string | The region identifier. See Vertex AI locations for a list of supported locations. |
Creates a configuration object for the Vertex AI backend.
Signature:
constructor(location?: string);| Parameter | Type | Description |
|---|---|---|
| location | string | The region identifier, defaulting to us-central1; see Vertex AI locations for a list of supported locations. |
The region identifier. See Vertex AI locations for a list of supported locations.
Signature:
readonly location: string;