You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-ml-modeldownloader/src/main/java/com/google/firebase/ml/modeldownloader/FirebaseModelDownloader.java
Copy file name to clipboardExpand all lines: firebase-ml-modeldownloader/src/main/java/com/google/firebase/ml/modeldownloader/internal/CustomModelDownloadService.java
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -100,11 +100,9 @@ public CustomModelDownloadService(
100
100
* @param projectNumber - firebase project number
101
101
* @param modelName - model name
102
102
* @return - updated model with new download url and expiry time
103
-
* @throws Exception - errors when Firebase ML Download Service call fails.
Copy file name to clipboardExpand all lines: firebase-ml-modeldownloader/src/main/java/com/google/firebase/ml/modeldownloader/internal/ModelFileDownloadService.java
0 commit comments