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

StringOutputParser implements StringOutputParser More...

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

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

StringOutputParser implements StringOutputParser

Constructor & Destructor Documentation

◆ StringOutputParser() [1/2]

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

Creates a StringOutputParser without any parameters.

◆ StringOutputParser() [2/2]

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

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

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

Member Function Documentation

◆ GetInputCol()

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

Gets inputCol value

Returns
inputCol: The name of the input column

◆ GetOutputCol()

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

Gets outputCol value

Returns
outputCol: The name of the output column

◆ Load()

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

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

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

◆ Read()

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

Get the corresponding JavaMLReader instance.

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

◆ Save()

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

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

Sets value for inputCol

Parameters
valueThe name of the input column
Returns
New StringOutputParser object

◆ SetOutputCol()

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

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New StringOutputParser object

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