Class BaseResource
- java.lang.Object
-
- org.eclipse.deeplearning4j.resources.BaseResource
-
- All Implemented Interfaces:
DownloadableResource
- Direct Known Subclasses:
CustomResource,DataSetResource,Dl4jZooResource,OmniHubResource,StrumpfResource
public abstract class BaseResource extends Object implements DownloadableResource
-
-
Constructor Summary
Constructors Constructor Description BaseResource(String fileName, String archiveFileName)BaseResource(String fileName, String md5Sum, String archiveFileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringarchiveFileName()The name of the archive file to be downloaded-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.deeplearning4j.resources.DownloadableResource
delete, download, existsLocally, fileName, localCacheDirectory, localPath, md5Sum, resourceType, rootUrl
-
-
-
-
Method Detail
-
archiveFileName
public String archiveFileName()
Description copied from interface:DownloadableResourceThe name of the archive file to be downloaded- Specified by:
archiveFileNamein interfaceDownloadableResource- Returns:
-
-