CustomOutputParser implements CustomOutputParser
More...
◆ CustomOutputParser() [1/2]
Synapse.ML.Io.Http.CustomOutputParser.CustomOutputParser |
( |
| ) |
|
|
inline |
◆ CustomOutputParser() [2/2]
Synapse.ML.Io.Http.CustomOutputParser.CustomOutputParser |
( |
string |
uid | ) |
|
|
inline |
◆ 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()
◆ 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
-
path | The path to save the object to |
◆ SetInputCol()
Sets value for inputCol
- Parameters
-
value | The name of the input column |
- Returns
- New CustomOutputParser object
◆ SetOutputCol()
Sets value for outputCol
- Parameters
-
value | The name of the output column |
- Returns
- New CustomOutputParser object
◆ SetUdfPython()
Sets value for udfPython
- Parameters
-
value | User Defined Python Function to be applied to the DF input col |
- Returns
- New CustomOutputParser object
◆ SetUdfScala()
Sets value for udfScala
- Parameters
-
value | User 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:
- synapse/ml/io/http/CustomOutputParser.cs