Spark session so that the downloader can save to HDFS
path to a directory that will store the models (local or HDFS)
URL of the server which supplies models ( The default URL is subject to change)
Method to download a single model
Method to download a single model
the remote model schema
the new local model schema with a URI that points to the model's location (on HDFS or local)
A java iterator of remote model schemas for in the java api (for python wrapper)
A java List of local model schema whose URI's points to the model's location (on HDFS or local)
An iterable of remote model schemas
An list of local model schema whose URI's points to the model's location (on HDFS or local)
Function for querying the local repository for its registered models
Function for querying the local repository for its registered models
the model schemas found in the downloader's local path
path to a directory that will store the models (local or HDFS)
Function for querying the remote server for its registered models
Function for querying the remote server for its registered models
the model schemas found in remote repository accessed through the serverURL
URL of the server which supplies models ( The default URL is subject to change)
Spark session so that the downloader can save to HDFS
Class for downloading models from a server to Local or HDFS