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
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(location) | Creates a configuration object for the Vertex AI backend. |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| location | string | The region identifier. See Vertex AI locations for a list of supported locations. |
VertexAIBackend.(constructor)
Creates a configuration object for the Vertex AI backend.
Signature:
constructor(location?: string);
Parameters
| Parameter | Type | Description |
|---|---|---|
| location | string | The region identifier, defaulting to us-central1; see Vertex AI locations for a list of supported locations. |
VertexAIBackend.location
The region identifier. See Vertex AI locations for a list of supported locations.
Signature:
readonly location: string;