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

CustomInputParser implements CustomInputParser More...

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

Public Member Functions

 CustomInputParser ()
 Creates a CustomInputParser without any parameters. More...
 
 CustomInputParser (string uid)
 Creates a CustomInputParser with a UID that is used to give the CustomInputParser a unique ID. More...
 
CustomInputParser SetInputCol (string value)
 Sets value for inputCol More...
 
CustomInputParser SetOutputCol (string value)
 Sets value for outputCol More...
 
CustomInputParser SetUdfPython (object value)
 Sets value for udfPython More...
 
CustomInputParser 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< CustomInputParserRead ()
 Get the corresponding JavaMLReader instance. More...
 

Static Public Member Functions

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

Detailed Description

CustomInputParser implements CustomInputParser

Constructor & Destructor Documentation

◆ CustomInputParser() [1/2]

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

Creates a CustomInputParser without any parameters.

◆ CustomInputParser() [2/2]

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

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

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

Member Function Documentation

◆ GetInputCol()

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

Gets inputCol value

Returns
inputCol: The name of the input column

◆ GetOutputCol()

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

Gets outputCol value

Returns
outputCol: The name of the output column

◆ GetUdfPython()

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

Gets udfPython value

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

◆ GetUdfScala()

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

Gets udfScala value

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

◆ Load()

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

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

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

◆ Read()

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

Get the corresponding JavaMLReader instance.

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

◆ Save()

void Synapse.ML.Io.Http.CustomInputParser.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()

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

Sets value for inputCol

Parameters
valueThe name of the input column
Returns
New CustomInputParser object

◆ SetOutputCol()

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

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New CustomInputParser object

◆ SetUdfPython()

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

Sets value for udfPython

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

◆ SetUdfScala()

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

Sets value for udfScala

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

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