Describes a remote model to be downloaded to the device.
Defines the download conditions of the model, whether or not to download updated versions
of the model, and the model's name specified by the developer in the cloud console.
Inherited Constant Summary
From class
com.google.firebase.ml.common.modeldownload.FirebaseRemoteModel
Inherited Field Summary
From class
com.google.firebase.ml.common.modeldownload.FirebaseRemoteModel
public static final Map<BaseModel, String>
|
baseModelToBackendName |
|
Inherited Method Summary
From class
com.google.firebase.ml.common.modeldownload.FirebaseRemoteModel
boolean |
baseModelHashMatches( String arg0)
|
boolean |
|
String
|
getModelHash()
|
String
|
getModelName()
|
String
|
getModelNameForBackend()
|
String
|
getUniqueModelNameForPersist()
|
int |
hashCode()
|
boolean |
isBaseModel()
|
void |
|
From class java.lang.Object
Object
|
clone()
|
boolean |
|
void |
finalize()
|
final Class<?>
|
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String
|
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|