Describes a local model created from local or asset files.
Defines the model's location (either absolute file path in local directory, or subpath in
the app's asset directory) and the model name.
Inherited Method Summary
From class
com.google.firebase.ml.common.modeldownload.FirebaseLocalModel
| boolean |
|
|
String
|
getAssetFilePath()
|
|
String
|
getFilePath()
|
|
String
|
getModelName()
|
| int |
hashCode()
|
| FirebaseMlProto.ModelOptions |
toModelOptionsProto(ModelType arg0)
|
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()
|