t

com.johnsnowlabs.storage

HasStorageReader

trait HasStorageReader extends HasStorageRef with HasCaseSensitiveProperties

Linear Supertypes
HasCaseSensitiveProperties, HasStorageRef, ParamsAndFeaturesWritable, HasFeatures, Params, Serializable, Serializable, Identifiable, DefaultParamsWritable, MLWritable, AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. HasStorageReader
  2. HasCaseSensitiveProperties
  3. HasStorageRef
  4. ParamsAndFeaturesWritable
  5. HasFeatures
  6. Params
  7. Serializable
  8. Serializable
  9. Identifiable
  10. DefaultParamsWritable
  11. MLWritable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params
    Definition Classes
    Params
  2. abstract def createReader(database: Name, connection: RocksDBConnection): StorageReader[_]
    Attributes
    protected
  3. abstract val uid: String
    Definition Classes
    Identifiable

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. def $$[T](feature: StructFeature[T]): T
    Attributes
    protected
    Definition Classes
    HasFeatures
  5. def $$[K, V](feature: MapFeature[K, V]): Map[K, V]
    Attributes
    protected
    Definition Classes
    HasFeatures
  6. def $$[T](feature: SetFeature[T]): Set[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  7. def $$[T](feature: ArrayFeature[T]): Array[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val caseSensitive: BooleanParam

    Whether to ignore case in index lookups (Default depends on model)

    Whether to ignore case in index lookups (Default depends on model)

    Definition Classes
    HasCaseSensitiveProperties
  11. final def clear(param: Param[_]): HasStorageReader.this.type
    Definition Classes
    Params
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  14. def createDatabaseConnection(database: Name): RocksDBConnection
    Definition Classes
    HasStorageRef
  15. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  19. def explainParams(): String
    Definition Classes
    Params
  20. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  21. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  22. val features: ArrayBuffer[Feature[_, _, _]]
    Definition Classes
    HasFeatures
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def get[T](feature: StructFeature[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasFeatures
  25. def get[K, V](feature: MapFeature[K, V]): Option[Map[K, V]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  26. def get[T](feature: SetFeature[T]): Option[Set[T]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  27. def get[T](feature: ArrayFeature[T]): Option[Array[T]]
    Attributes
    protected
    Definition Classes
    HasFeatures
  28. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  29. def getCaseSensitive: Boolean

    Definition Classes
    HasCaseSensitiveProperties
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  32. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  33. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  34. def getReader[A](database: Name): StorageReader[A]
    Attributes
    protected
  35. def getStorageRef: String
    Definition Classes
    HasStorageRef
  36. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  37. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. def onWrite(path: String, spark: SparkSession): Unit
    Attributes
    protected
    Definition Classes
    ParamsAndFeaturesWritable
  46. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  47. val readers: Map[Name, StorageReader[_]]
    Attributes
    protected
    Annotations
    @transient()
  48. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  49. def set[T](feature: StructFeature[T], value: T): HasStorageReader.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  50. def set[K, V](feature: MapFeature[K, V], value: Map[K, V]): HasStorageReader.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  51. def set[T](feature: SetFeature[T], value: Set[T]): HasStorageReader.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  52. def set[T](feature: ArrayFeature[T], value: Array[T]): HasStorageReader.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  53. final def set(paramPair: ParamPair[_]): HasStorageReader.this.type
    Attributes
    protected
    Definition Classes
    Params
  54. final def set(param: String, value: Any): HasStorageReader.this.type
    Attributes
    protected
    Definition Classes
    Params
  55. final def set[T](param: Param[T], value: T): HasStorageReader.this.type
    Definition Classes
    Params
  56. def setCaseSensitive(value: Boolean): HasStorageReader.this.type

    Definition Classes
    HasCaseSensitiveProperties
  57. def setDefault[T](feature: StructFeature[T], value: () ⇒ T): HasStorageReader.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  58. def setDefault[K, V](feature: MapFeature[K, V], value: () ⇒ Map[K, V]): HasStorageReader.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  59. def setDefault[T](feature: SetFeature[T], value: () ⇒ Set[T]): HasStorageReader.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  60. def setDefault[T](feature: ArrayFeature[T], value: () ⇒ Array[T]): HasStorageReader.this.type
    Attributes
    protected
    Definition Classes
    HasFeatures
  61. final def setDefault(paramPairs: ParamPair[_]*): HasStorageReader.this.type
    Attributes
    protected
    Definition Classes
    Params
  62. final def setDefault[T](param: Param[T], value: T): HasStorageReader.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  63. def setStorageRef(value: String): HasStorageReader.this.type
    Definition Classes
    HasStorageRef
  64. val storageRef: Param[String]

    Unique identifier for storage (Default: this.uid)

    Unique identifier for storage (Default: this.uid)

    Definition Classes
    HasStorageRef
  65. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  66. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  67. def validateStorageRef(dataset: Dataset[_], inputCols: Array[String], annotatorType: String): Unit
    Definition Classes
    HasStorageRef
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  71. def write: MLWriter
    Definition Classes
    ParamsAndFeaturesWritable → DefaultParamsWritable → MLWritable

Inherited from HasStorageRef

Inherited from ParamsAndFeaturesWritable

Inherited from HasFeatures

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from DefaultParamsWritable

Inherited from MLWritable

Inherited from AnyRef

Inherited from Any

getParam

param

setParam

Ungrouped