HTTPTransformer implements HTTPTransformer
More...
◆ HTTPTransformer() [1/2]
Synapse.ML.Io.Http.HTTPTransformer.HTTPTransformer |
( |
| ) |
|
|
inline |
◆ HTTPTransformer() [2/2]
Synapse.ML.Io.Http.HTTPTransformer.HTTPTransformer |
( |
string |
uid | ) |
|
|
inline |
Creates a HTTPTransformer with a UID that is used to give the HTTPTransformer a unique ID.
- Parameters
-
uid | An immutable unique ID for the object and its derivatives. |
◆ GetConcurrency()
int Synapse.ML.Io.Http.HTTPTransformer.GetConcurrency |
( |
| ) |
|
Gets concurrency value
- Returns
- concurrency: max number of concurrent calls
◆ GetConcurrentTimeout()
double Synapse.ML.Io.Http.HTTPTransformer.GetConcurrentTimeout |
( |
| ) |
|
Gets concurrentTimeout value
- Returns
- concurrentTimeout: max number seconds to wait on futures if concurrency >= 1
◆ GetHandler()
object Synapse.ML.Io.Http.HTTPTransformer.GetHandler |
( |
| ) |
|
Gets handler value
- Returns
- handler: Which strategy to use when handling requests
◆ GetInputCol()
string Synapse.ML.Io.Http.HTTPTransformer.GetInputCol |
( |
| ) |
|
Gets inputCol value
- Returns
- inputCol: The name of the input column
◆ GetOutputCol()
string Synapse.ML.Io.Http.HTTPTransformer.GetOutputCol |
( |
| ) |
|
Gets outputCol value
- Returns
- outputCol: The name of the output column
◆ GetTimeout()
double Synapse.ML.Io.Http.HTTPTransformer.GetTimeout |
( |
| ) |
|
Gets timeout value
- Returns
- timeout: number of seconds to wait before closing the connection
◆ Load()
static HTTPTransformer Synapse.ML.Io.Http.HTTPTransformer.Load |
( |
string |
path | ) |
|
|
static |
◆ Read()
Get the corresponding JavaMLReader instance.
- Returns
- an JavaMLReader<HTTPTransformer> instance for this ML instance.
◆ Save()
void Synapse.ML.Io.Http.HTTPTransformer.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 |
◆ SetConcurrency()
HTTPTransformer Synapse.ML.Io.Http.HTTPTransformer.SetConcurrency |
( |
int |
value | ) |
|
Sets value for concurrency
- Parameters
-
value | max number of concurrent calls |
- Returns
- New HTTPTransformer object
◆ SetConcurrentTimeout()
HTTPTransformer Synapse.ML.Io.Http.HTTPTransformer.SetConcurrentTimeout |
( |
double |
value | ) |
|
Sets value for concurrentTimeout
- Parameters
-
value | max number seconds to wait on futures if concurrency >= 1 |
- Returns
- New HTTPTransformer object
◆ SetHandler()
HTTPTransformer Synapse.ML.Io.Http.HTTPTransformer.SetHandler |
( |
object |
value | ) |
|
Sets value for handler
- Parameters
-
value | Which strategy to use when handling requests |
- Returns
- New HTTPTransformer object
◆ SetInputCol()
HTTPTransformer Synapse.ML.Io.Http.HTTPTransformer.SetInputCol |
( |
string |
value | ) |
|
Sets value for inputCol
- Parameters
-
value | The name of the input column |
- Returns
- New HTTPTransformer object
◆ SetOutputCol()
HTTPTransformer Synapse.ML.Io.Http.HTTPTransformer.SetOutputCol |
( |
string |
value | ) |
|
Sets value for outputCol
- Parameters
-
value | The name of the output column |
- Returns
- New HTTPTransformer object
◆ SetTimeout()
HTTPTransformer Synapse.ML.Io.Http.HTTPTransformer.SetTimeout |
( |
double |
value | ) |
|
Sets value for timeout
- Parameters
-
value | number of seconds to wait before closing the connection |
- Returns
- New HTTPTransformer object
The documentation for this class was generated from the following file:
- synapse/ml/io/http/HTTPTransformer.cs