GcsTfliteModelOptions interface

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

Signature:

export interface GcsTfliteModelOptions extends ModelOptionsBase 

Extends: ModelOptionsBase

Properties

Property Type Description
tfliteModel { gcsTfliteUri: string; }

GcsTfliteModelOptions.tfliteModel

Signature:

tfliteModel: {
        gcsTfliteUri: string;
    };