FirebaseModelSource

  • FirebaseModelSource enables the use of custom machine learning models hosted on Firebase.

  • These models are downloaded to the device for use within your application.

  • You can create an instance of FirebaseModelSource using its dedicated builder class.

  • FirebaseModelSource inherits functionalities like equals, hashCode, and toString from its parent classes.

public final class FirebaseModelSource extends RemoteModelSource

The model source for a custom model that is hosted remotely on the Firebase server and downloaded to the device.

Nested Class Summary

class FirebaseModelSource.Builder Builder of FirebaseModelSource

Inherited Method Summary