Function to write the provided pipeline stage out.
Function to write the provided pipeline stage out.
The path to write the result out to.
SparkSession associated with the write request.
User provided options stored as strings.
The pipeline stage to be saved.
Abstract class to be implemented by objects that provide ML exportability.
A new instance of this class will be instantiated each time a save call is made.
Must have a valid zero argument constructor which will be called to instantiate.
2.4.0