Firebase ML is deprecated and will be shut down on June 15, 2027. To host custom models, you must migrate to another solution. You can use Cloud Storage for Firebase as an alternative for hosting custom models. For more info, see https://firebase.google.com/docs/ml/migrate-to-cloud-storage
Firebase ML Model input objects
Signature:
export interface ModelOptionsBase
Properties
| Property | Type | Description |
|---|---|---|
| displayName | string | |
| tags | string[] |
ModelOptionsBase.displayName
Signature:
displayName?: string;
ModelOptionsBase.tags
Signature:
tags?: string[];