FirebaseMLModelInterpreter Framework Reference

CustomRemoteModel

class CustomRemoteModel

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

  • Creates a new instance with the given values.

    Declaration

    Swift

    init(name: String)

    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.