Spark 3.5.5 ScalaDoc - org.apache.spark.ml.util.MLWriter (original) (raw)

abstract class MLWriter extends BaseReadWrite with Logging

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. MLWriter

  2. Logging

  3. BaseReadWrite

  4. AnyRef

  5. Any

  6. Hide All

  7. Show All

Instance Constructors

  1. new MLWriter()

Abstract Value Members

  1. abstract def saveImpl(path: String): Unit

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. final def eq(arg0: AnyRef): Boolean
  7. def equals(arg0: Any): Boolean
  8. def finalize(): Unit
  9. final def getClass(): Class[_]
  10. def hashCode(): Int
  11. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
  12. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
  13. final def isInstanceOf[T0]: Boolean
  14. def isTraceEnabled(): Boolean
  15. def log: Logger
  16. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
  17. def logDebug(msg: ⇒ String): Unit
  18. def logError(msg: ⇒ String, throwable: Throwable): Unit
  19. def logError(msg: ⇒ String): Unit
  20. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
  21. def logInfo(msg: ⇒ String): Unit
  22. def logName: String
  23. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
  24. def logTrace(msg: ⇒ String): Unit
  25. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
  26. def logWarning(msg: ⇒ String): Unit
  27. final def ne(arg0: AnyRef): Boolean
  28. final def notify(): Unit
  29. final def notifyAll(): Unit
  30. def option(key: String, value: String): MLWriter.this.type
  31. val optionMap: Map[String, String]
  32. def overwrite(): MLWriter.this.type
  33. def save(path: String): Unit
  34. final def sc: SparkContext
  35. def session(sparkSession: SparkSession): MLWriter.this.type
  36. var shouldOverwrite: Boolean
  37. final def sparkSession: SparkSession
  38. final def sqlContext: SQLContext
  39. final def synchronized[T0](arg0: ⇒ T0): T0
  40. def toString(): String
  41. final def wait(): Unit
  42. final def wait(arg0: Long, arg1: Int): Unit
  43. final def wait(arg0: Long): Unit

Inherited from Logging

Inherited from BaseReadWrite

Inherited from AnyRef

Inherited from Any

Members