We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ab959 commit 9ae9694Copy full SHA for 9ae9694
firebase-ml-modeldownloader/api.txt
@@ -3,7 +3,7 @@ package com.google.firebase.ml.modeldownloader {
3
4
public class CustomModel {
5
method public long getDownloadId();
6
- method @Nullable public java.io.File getFile() throws com.google.firebase.ml.modeldownloader.FirebaseMlException;
+ method @Nullable public java.io.File getFile();
7
method @NonNull public String getModelHash();
8
method @NonNull public String getName();
9
method public long getSize();
0 commit comments