JSONOutputParser implements JSONOutputParser
More...
◆ JSONOutputParser() [1/2]
Synapse.ML.Io.Http.JSONOutputParser.JSONOutputParser |
( |
| ) |
|
|
inline |
◆ JSONOutputParser() [2/2]
Synapse.ML.Io.Http.JSONOutputParser.JSONOutputParser |
( |
string |
uid | ) |
|
|
inline |
Creates a JSONOutputParser with a UID that is used to give the JSONOutputParser a unique ID.
- Parameters
-
uid | An immutable unique ID for the object and its derivatives. |
◆ GetDataType()
DataType Synapse.ML.Io.Http.JSONOutputParser.GetDataType |
( |
| ) |
|
|
inline |
Gets dataType value
- Returns
- dataType: format to parse the column to
◆ GetInputCol()
string Synapse.ML.Io.Http.JSONOutputParser.GetInputCol |
( |
| ) |
|
Gets inputCol value
- Returns
- inputCol: The name of the input column
◆ GetOutputCol()
string Synapse.ML.Io.Http.JSONOutputParser.GetOutputCol |
( |
| ) |
|
Gets outputCol value
- Returns
- outputCol: The name of the output column
◆ GetPostProcessor()
JavaTransformer Synapse.ML.Io.Http.JSONOutputParser.GetPostProcessor |
( |
| ) |
|
|
inline |
Gets postProcessor value
- Returns
- postProcessor: optional transformation to postprocess json output
◆ Load()
◆ Read()
Get the corresponding JavaMLReader instance.
- Returns
- an JavaMLReader<JSONOutputParser> instance for this ML instance.
◆ Save()
void Synapse.ML.Io.Http.JSONOutputParser.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 |
◆ SetDataType()
JSONOutputParser Synapse.ML.Io.Http.JSONOutputParser.SetDataType |
( |
DataType |
value | ) |
|
Sets value for dataType
- Parameters
-
value | format to parse the column to |
- Returns
- New JSONOutputParser object
◆ SetInputCol()
JSONOutputParser Synapse.ML.Io.Http.JSONOutputParser.SetInputCol |
( |
string |
value | ) |
|
Sets value for inputCol
- Parameters
-
value | The name of the input column |
- Returns
- New JSONOutputParser object
◆ SetOutputCol()
JSONOutputParser Synapse.ML.Io.Http.JSONOutputParser.SetOutputCol |
( |
string |
value | ) |
|
Sets value for outputCol
- Parameters
-
value | The name of the output column |
- Returns
- New JSONOutputParser object
◆ SetPostProcessor()
JSONOutputParser Synapse.ML.Io.Http.JSONOutputParser.SetPostProcessor |
( |
JavaTransformer |
value | ) |
|
Sets value for postProcessor
- Parameters
-
value | optional transformation to postprocess json output |
- Returns
- New JSONOutputParser object
The documentation for this class was generated from the following file:
- synapse/ml/io/http/JSONOutputParser.cs