object UpdateModels
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdateModels
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type CacheFolder = String
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cachePath: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val defaultS3ResourceDownloader: InternalS3ResourceDownloader
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findResource(metadata: List[ResourceMetadata], modelName: String, language: Option[String], sparkVersion: Option[Version], libVersion: Option[Version]): Option[ResourceMetadata]
- val fs: FileSystem
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getLocalModels(cache_folder: String): List[ResourceMetadataFolder]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val privateLocation: String
- val publicLocation: String
- def refreshAndDowloadModels(resourceMetadatas: List[ResourceMetadataFolder], cache_path: String): Unit
- val resourceHelper: ResourceHelper.type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def updateCacheModels(cache_folder: String = ""): Unit
-
def
updateModels(modelNames: List[String], language: String = "en", remoteLoc: String = "clinical/models", startDate: String = "", endDate: String = "", cacheFolder: String = ""): Unit
Downloads all given models by filtering parameters.
Downloads all given models by filtering parameters. If no cache_folder is specified, it will download the models in the default folder. Parameters ----------
- cacheFolder
: The path where the models will be downloaded. i.e ("hdfs:..","file:..."). Default: "" If no cacheFolder is specified, it will download the models in the default folder.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()