public class GeneralMLWriter extends MLWriter implements Logging
| Constructor and Description | 
|---|
GeneralMLWriter(PipelineStage stage)  | 
| Modifier and Type | Method and Description | 
|---|---|
GeneralMLWriter | 
format(String source)
Specifies the format of ML export (e.g. 
 | 
GeneralMLWriter | 
session(SparkSession sparkSession)
Sets the Spark Session to use for saving/loading. 
 | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeForcefully, initializeLogging, initializeLogIfNecessary, initializeLogIfNecessary, isTraceEnabled, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarningsc, sparkSession, sqlContextpublic GeneralMLWriter(PipelineStage stage)
public GeneralMLWriter format(String source)
source - (undocumented)public GeneralMLWriter session(SparkSession sparkSession)
BaseReadWritesession in interface BaseReadWritesession in class MLWritersparkSession - (undocumented)