Synapseml  0.10.0
Public Member Functions | Static Public Member Functions | List of all members
Synapse.ML.Io.Http.CustomOutputParser Class Reference

CustomOutputParser implements CustomOutputParser More...

Inheritance diagram for Synapse.ML.Io.Http.CustomOutputParser:
Inheritance graph
[legend]
Collaboration diagram for Synapse.ML.Io.Http.CustomOutputParser:
Collaboration graph
[legend]

Public Member Functions

 CustomOutputParser ()
 Creates a CustomOutputParser without any parameters. More...
 
 CustomOutputParser (string uid)
 Creates a CustomOutputParser with a UID that is used to give the CustomOutputParser a unique ID. More...
 
CustomOutputParser SetInputCol (string value)
 Sets value for inputCol More...
 
CustomOutputParser SetOutputCol (string value)
 Sets value for outputCol More...
 
CustomOutputParser SetUdfPython (object value)
 Sets value for udfPython More...
 
CustomOutputParser SetUdfScala (object value)
 Sets value for udfScala More...
 
string GetInputCol ()
 Gets inputCol value More...
 
string GetOutputCol ()
 Gets outputCol value More...
 
object GetUdfPython ()
 Gets udfPython value More...
 
object GetUdfScala ()
 Gets udfScala value More...
 
void Save (string path)
 Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala. More...
 
JavaMLWriter Write ()
 
Returns
a JavaMLWriter instance for this ML instance.

 
JavaMLReader< CustomOutputParserRead ()
 Get the corresponding JavaMLReader instance. More...
 

Static Public Member Functions

static CustomOutputParser Load (string path)
 Loads the CustomOutputParser that was previously saved using Save(string). More...
 

Detailed Description

CustomOutputParser implements CustomOutputParser

Constructor & Destructor Documentation

◆ CustomOutputParser() [1/2]

Synapse.ML.Io.Http.CustomOutputParser.CustomOutputParser ( )
inline

Creates a CustomOutputParser without any parameters.

◆ CustomOutputParser() [2/2]

Synapse.ML.Io.Http.CustomOutputParser.CustomOutputParser ( string  uid)
inline

Creates a CustomOutputParser with a UID that is used to give the CustomOutputParser a unique ID.

Parameters
uidAn immutable unique ID for the object and its derivatives.

Member Function Documentation

◆ GetInputCol()

string Synapse.ML.Io.Http.CustomOutputParser.GetInputCol ( )

Gets inputCol value

Returns
inputCol: The name of the input column

◆ GetOutputCol()

string Synapse.ML.Io.Http.CustomOutputParser.GetOutputCol ( )

Gets outputCol value

Returns
outputCol: The name of the output column

◆ GetUdfPython()

object Synapse.ML.Io.Http.CustomOutputParser.GetUdfPython ( )

Gets udfPython value

Returns
udfPython: User Defined Python Function to be applied to the DF input col

◆ GetUdfScala()

object Synapse.ML.Io.Http.CustomOutputParser.GetUdfScala ( )

Gets udfScala value

Returns
udfScala: User Defined Function to be applied to the DF input col

◆ Load()

static CustomOutputParser Synapse.ML.Io.Http.CustomOutputParser.Load ( string  path)
static

Loads the CustomOutputParser that was previously saved using Save(string).

Parameters
pathThe path the previous CustomOutputParser was saved to
Returns
New CustomOutputParser object, loaded from path.

◆ Read()

JavaMLReader<CustomOutputParser> Synapse.ML.Io.Http.CustomOutputParser.Read ( )

Get the corresponding JavaMLReader instance.

Returns
an JavaMLReader<CustomOutputParser> instance for this ML instance.

◆ Save()

void Synapse.ML.Io.Http.CustomOutputParser.Save ( string  path)

Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala.

Parameters
pathThe path to save the object to

◆ SetInputCol()

CustomOutputParser Synapse.ML.Io.Http.CustomOutputParser.SetInputCol ( string  value)

Sets value for inputCol

Parameters
valueThe name of the input column
Returns
New CustomOutputParser object

◆ SetOutputCol()

CustomOutputParser Synapse.ML.Io.Http.CustomOutputParser.SetOutputCol ( string  value)

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New CustomOutputParser object

◆ SetUdfPython()

CustomOutputParser Synapse.ML.Io.Http.CustomOutputParser.SetUdfPython ( object  value)

Sets value for udfPython

Parameters
valueUser Defined Python Function to be applied to the DF input col
Returns
New CustomOutputParser object

◆ SetUdfScala()

CustomOutputParser Synapse.ML.Io.Http.CustomOutputParser.SetUdfScala ( object  value)

Sets value for udfScala

Parameters
valueUser Defined Function to be applied to the DF input col
Returns
New CustomOutputParser object

The documentation for this class was generated from the following file: