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