Firebase.AI.FirebaseAI.Backend

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

Summary

Public static functions

GoogleAI()
The Google AI backend service configuration.
VertexAI(string location)
The Vertex AI backend service configuration.

Public functions

ToString()
override readonly string

Public static functions

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; see Vertex AI regions for a list of supported regions.

Public functions

ToString

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