FirebaseMLModelInterpreter Framework Reference

FIRCustomRemoteModel


@interface FIRCustomRemoteModel

A custom model that is stored remotely on the server and downloaded to the device.

  • Creates a new instance with the given values.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithName:(nonnull NSString *)name;

    Parameters

    name

    The name of the remote model. Specify the name assigned to the model when it was uploaded to the Firebase Console.

    Return Value

    A new CustomRemoteModel instance.

  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;