Firebase.AI.FirebaseAI.Backend

Defines which backend AI service is being used, provided to FirebaseAI.GetInstance.

Summary

Public static functions

AgentPlatform(string location)
The Gemini Enterprise Agent Platform backend service configuration.
GoogleAI()
The Google AI backend service configuration.
VertexAI(string location) Deprecated. Use AgentPlatform instead. Note that the default location changes to 'global'.
The Vertex AI backend service configuration.

Public functions

ToString()
override readonly string

Public static functions

AgentPlatform

Backend Firebase::AI::FirebaseAI::Backend::AgentPlatform(
  string location
)

The Gemini Enterprise Agent Platform backend service configuration.

Details
Parameters
location
The region identifier, defaulting to global

GoogleAI

Backend Firebase::AI::FirebaseAI::Backend::GoogleAI()

The Google AI backend service configuration.

VertexAI

Backend Firebase::AI::FirebaseAI::Backend::VertexAI(
  string location
)

The Vertex AI backend service configuration.

Details
Parameters
location
The region identifier, defaulting to us-central1

Deprecated: Use AgentPlatform instead. Note that the default location changes to 'global'.

Deprecated. Use AgentPlatform instead. Note that the default location changes to 'global'.

Public functions

ToString

override readonly string Firebase::AI::FirebaseAI::Backend::ToString()