JSONInputParser implements JSONInputParser
More...
◆ JSONInputParser() [1/2]
Synapse.ML.Io.Http.JSONInputParser.JSONInputParser |
( |
| ) |
|
|
inline |
◆ JSONInputParser() [2/2]
Synapse.ML.Io.Http.JSONInputParser.JSONInputParser |
( |
string |
uid | ) |
|
|
inline |
Creates a JSONInputParser with a UID that is used to give the JSONInputParser a unique ID.
- Parameters
-
uid | An immutable unique ID for the object and its derivatives. |
◆ GetHeaders()
Dictionary<string, string> Synapse.ML.Io.Http.JSONInputParser.GetHeaders |
( |
| ) |
|
|
inline |
Gets headers value
- Returns
- headers: headers of the request
◆ GetInputCol()
string Synapse.ML.Io.Http.JSONInputParser.GetInputCol |
( |
| ) |
|
Gets inputCol value
- Returns
- inputCol: The name of the input column
◆ GetMethod()
string Synapse.ML.Io.Http.JSONInputParser.GetMethod |
( |
| ) |
|
Gets method value
- Returns
- method: method to use for request, (PUT, POST, PATCH)
◆ GetOutputCol()
string Synapse.ML.Io.Http.JSONInputParser.GetOutputCol |
( |
| ) |
|
Gets outputCol value
- Returns
- outputCol: The name of the output column
◆ GetUrl()
string Synapse.ML.Io.Http.JSONInputParser.GetUrl |
( |
| ) |
|
Gets url value
- Returns
- url: Url of the service
◆ Load()
static JSONInputParser Synapse.ML.Io.Http.JSONInputParser.Load |
( |
string |
path | ) |
|
|
static |
◆ Read()
Get the corresponding JavaMLReader instance.
- Returns
- an JavaMLReader<JSONInputParser> instance for this ML instance.
◆ Save()
void Synapse.ML.Io.Http.JSONInputParser.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 |
◆ SetHeaders()
JSONInputParser Synapse.ML.Io.Http.JSONInputParser.SetHeaders |
( |
Dictionary< string, string > |
value | ) |
|
Sets value for headers
- Parameters
-
value | headers of the request |
- Returns
- New JSONInputParser object
◆ SetInputCol()
JSONInputParser Synapse.ML.Io.Http.JSONInputParser.SetInputCol |
( |
string |
value | ) |
|
Sets value for inputCol
- Parameters
-
value | The name of the input column |
- Returns
- New JSONInputParser object
◆ SetMethod()
JSONInputParser Synapse.ML.Io.Http.JSONInputParser.SetMethod |
( |
string |
value | ) |
|
Sets value for method
- Parameters
-
value | method to use for request, (PUT, POST, PATCH) |
- Returns
- New JSONInputParser object
◆ SetOutputCol()
JSONInputParser Synapse.ML.Io.Http.JSONInputParser.SetOutputCol |
( |
string |
value | ) |
|
Sets value for outputCol
- Parameters
-
value | The name of the output column |
- Returns
- New JSONInputParser object
◆ SetUrl()
The documentation for this class was generated from the following file:
- synapse/ml/io/http/JSONInputParser.cs