o

com.johnsnowlabs.util

UpdateModels

object UpdateModels

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdateModels
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CacheFolder = String

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val cachePath: String
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val defaultS3ResourceDownloader: InternalS3ResourceDownloader
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def findResource(metadata: List[ResourceMetadata], modelName: String, language: Option[String], sparkVersion: Option[Version], libVersion: Option[Version]): Option[ResourceMetadata]
  12. val fs: FileSystem
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getLocalModels(cache_folder: String): List[ResourceMetadataFolder]
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val privateLocation: String
  21. val publicLocation: String
  22. def refreshAndDowloadModels(resourceMetadatas: List[ResourceMetadataFolder], cache_path: String): Unit
  23. val resourceHelper: ResourceHelper.type
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def updateCacheModels(cache_folder: String = ""): Unit
  27. 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.

  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped