FirebaseModelInterpreterOptions.Builder

public static class FirebaseModelInterpreterOptions.Builder extends Object

Public Constructor Summary

Public Method Summary

FirebaseModelInterpreterOptions
build()
Builds a FirebaseModelInterpreterOptions.

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Constructors

public FirebaseModelInterpreterOptions.Builder (FirebaseCustomLocalModel localModel)

Creates a new builder to build FirebaseModelInterpreterOptions with a local model FirebaseCustomLocalModel.

public FirebaseModelInterpreterOptions.Builder (FirebaseCustomRemoteModel remoteModel)

Creates a new builder to build FirebaseModelInterpreterOptions with a cloud model FirebaseCustomRemoteModel.

Public Methods

public FirebaseModelInterpreterOptions build ()

Builds a FirebaseModelInterpreterOptions.

Developer documentation for Firebase

Updated Feb 20, 2025

Firebase gives you the tools and infrastructure you need to build better mobile and web apps, improve app quality, and grow your business.

Updated Feb 21, 2025

The Admin SDK lets you interact with Firebase from your server environment to perform actions like generating and verifying Firebase auth tokens, reading and writing to Realtime Database, and so on.

Updated Jul 29, 2022