Configuration class for the Agent Platform Gemini API.
Use this with AIOptions when initializing the AI service via getAI() to specify the Agent Platform Gemini API as the backend.
Signature:
export declare class AgentPlatformBackend extends Backend
Extends: Backend
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(location) | Creates a configuration object for the Agent Platform backend. |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| location | string | The region identifier. See Agent Platform locations for a list of supported locations. |
AgentPlatformBackend.(constructor)
Creates a configuration object for the Agent Platform backend.
Signature:
constructor(location?: string);
Parameters
| Parameter | Type | Description |
|---|---|---|
| location | string | The region identifier, defaulting to global; see Agent Platform locations for a list of supported locations. |
AgentPlatformBackend.location
The region identifier. See Agent Platform locations for a list of supported locations.
Signature:
readonly location: string;