Spark 3.5.5 ScalaDoc - org.apache.spark.ml.util.MLWriter (original) (raw)
abstract class MLWriter extends BaseReadWrite with Logging
Ordering
- Alphabetic
- By Inheritance
Inherited
MLWriter
Logging
BaseReadWrite
AnyRef
Any
Hide All
Show All
Instance Constructors
- new MLWriter()
Abstract Value Members
- abstract def saveImpl(path: String): Unit
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: Any): Boolean
- def finalize(): Unit
- final def getClass(): Class[_]
- def hashCode(): Int
- def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- def initializeLogIfNecessary(isInterpreter: Boolean): Unit
- final def isInstanceOf[T0]: Boolean
- def isTraceEnabled(): Boolean
- def log: Logger
- def logDebug(msg: ⇒ String, throwable: Throwable): Unit
- def logDebug(msg: ⇒ String): Unit
- def logError(msg: ⇒ String, throwable: Throwable): Unit
- def logError(msg: ⇒ String): Unit
- def logInfo(msg: ⇒ String, throwable: Throwable): Unit
- def logInfo(msg: ⇒ String): Unit
- def logName: String
- def logTrace(msg: ⇒ String, throwable: Throwable): Unit
- def logTrace(msg: ⇒ String): Unit
- def logWarning(msg: ⇒ String, throwable: Throwable): Unit
- def logWarning(msg: ⇒ String): Unit
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def option(key: String, value: String): MLWriter.this.type
- val optionMap: Map[String, String]
- def overwrite(): MLWriter.this.type
- def save(path: String): Unit
- final def sc: SparkContext
- def session(sparkSession: SparkSession): MLWriter.this.type
- var shouldOverwrite: Boolean
- final def sparkSession: SparkSession
- final def sqlContext: SQLContext
- final def synchronized[T0](arg0: ⇒ T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit