CustomRemoteModel

  • CustomRemoteModel represents a machine learning model stored remotely and downloaded for use on the device.

  • It inherits from RemoteModel and provides functionality to manage remote models.

  • A CustomRemoteModel.Builder class is used for creating instances of CustomRemoteModel.

  • It includes methods for checking equality, generating hash codes, and providing a string representation of the model.

public final class CustomRemoteModel extends RemoteModel

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

Nested Class Summary

class CustomRemoteModel.Builder Builder of CustomRemoteModel

Inherited Method Summary