com.google.firebase.vertexai
Stay organized with collections
Save and categorize content based on your preferences.
Classes
Chat |
This class is deprecated. The Vertex AI in Firebase SDK (firebase-vertexai) has been replaced with the FirebaseAI SDK (firebase-ai) to accommodate the evolving set of supported features and services. |
FirebaseVertexAI |
Entry point for all Vertex AI in Firebase functionality. |
GenerativeModel |
This class is deprecated. The Vertex AI in Firebase SDK (firebase-vertexai) has been replaced with the FirebaseAI SDK (firebase-ai) to accommodate the evolving set of supported features and services. |
ImagenModel |
This class is deprecated. The Vertex AI in Firebase SDK (firebase-vertexai) has been replaced with the FirebaseAI SDK (firebase-ai) to accommodate the evolving set of supported features and services. |
LiveGenerativeModel |
This class is deprecated. The Vertex AI in Firebase SDK (firebase-vertexai) has been replaced with the FirebaseAI SDK (firebase-ai) to accommodate the evolving set of supported features and services. |
Extension functions summary
FirebaseVertexAI |
Firebase.vertexAI(app: FirebaseApp, location: String) Returns the |
Extension properties summary
FirebaseVertexAI |
Returns the |
Extension functions
vertexAI
fun Firebase.vertexAI(
app: FirebaseApp = Firebase.app,
location: String = "us-central1"
): FirebaseVertexAI
Returns the FirebaseVertexAI
instance of a given FirebaseApp
.
Extension properties
vertexAI
val Firebase.vertexAI: FirebaseVertexAI
Returns the FirebaseVertexAI
instance of the default FirebaseApp
.