Synapseml
0.10.0
|
SimpleHTTPTransformer implements SimpleHTTPTransformer More...
Public Member Functions | |
SimpleHTTPTransformer () | |
Creates a SimpleHTTPTransformer without any parameters. More... | |
SimpleHTTPTransformer (string uid) | |
Creates a SimpleHTTPTransformer with a UID that is used to give the SimpleHTTPTransformer a unique ID. More... | |
SimpleHTTPTransformer | SetConcurrency (int value) |
Sets value for concurrency More... | |
SimpleHTTPTransformer | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
SimpleHTTPTransformer | SetErrorCol (string value) |
Sets value for errorCol More... | |
SimpleHTTPTransformer | SetFlattenOutputBatches (bool value) |
Sets value for flattenOutputBatches More... | |
SimpleHTTPTransformer | SetHandler (object value) |
Sets value for handler More... | |
SimpleHTTPTransformer | SetInputCol (string value) |
Sets value for inputCol More... | |
SimpleHTTPTransformer | SetInputParser (JavaTransformer value) |
Sets value for inputParser More... | |
SimpleHTTPTransformer | SetMiniBatcher (JavaTransformer value) |
Sets value for miniBatcher More... | |
SimpleHTTPTransformer | SetOutputCol (string value) |
Sets value for outputCol More... | |
SimpleHTTPTransformer | SetOutputParser (JavaTransformer value) |
Sets value for outputParser More... | |
SimpleHTTPTransformer | SetTimeout (double value) |
Sets value for timeout More... | |
int | GetConcurrency () |
Gets concurrency value More... | |
double | GetConcurrentTimeout () |
Gets concurrentTimeout value More... | |
string | GetErrorCol () |
Gets errorCol value More... | |
bool | GetFlattenOutputBatches () |
Gets flattenOutputBatches value More... | |
object | GetHandler () |
Gets handler value More... | |
string | GetInputCol () |
Gets inputCol value More... | |
JavaTransformer | GetInputParser () |
Gets inputParser value More... | |
JavaTransformer | GetMiniBatcher () |
Gets miniBatcher value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
JavaTransformer | GetOutputParser () |
Gets outputParser value More... | |
double | GetTimeout () |
Gets timeout value More... | |
void | 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. More... | |
JavaMLWriter | Write () |
| |
JavaMLReader< SimpleHTTPTransformer > | Read () |
Get the corresponding JavaMLReader instance. More... | |
Static Public Member Functions | |
static SimpleHTTPTransformer | Load (string path) |
Loads the SimpleHTTPTransformer that was previously saved using Save(string). More... | |
SimpleHTTPTransformer implements SimpleHTTPTransformer
|
inline |
Creates a SimpleHTTPTransformer without any parameters.
|
inline |
Creates a SimpleHTTPTransformer with a UID that is used to give the SimpleHTTPTransformer a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
int Synapse.ML.Io.Http.SimpleHTTPTransformer.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Io.Http.SimpleHTTPTransformer.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Io.Http.SimpleHTTPTransformer.GetErrorCol | ( | ) |
Gets errorCol value
bool Synapse.ML.Io.Http.SimpleHTTPTransformer.GetFlattenOutputBatches | ( | ) |
Gets flattenOutputBatches value
object Synapse.ML.Io.Http.SimpleHTTPTransformer.GetHandler | ( | ) |
Gets handler value
string Synapse.ML.Io.Http.SimpleHTTPTransformer.GetInputCol | ( | ) |
Gets inputCol value
|
inline |
Gets inputParser value
|
inline |
Gets miniBatcher value
string Synapse.ML.Io.Http.SimpleHTTPTransformer.GetOutputCol | ( | ) |
Gets outputCol value
|
inline |
Gets outputParser value
double Synapse.ML.Io.Http.SimpleHTTPTransformer.GetTimeout | ( | ) |
Gets timeout value
|
static |
Loads the SimpleHTTPTransformer that was previously saved using Save(string).
path | The path the previous SimpleHTTPTransformer was saved to |
JavaMLReader<SimpleHTTPTransformer> Synapse.ML.Io.Http.SimpleHTTPTransformer.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Io.Http.SimpleHTTPTransformer.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.
path | The path to save the object to |
SimpleHTTPTransformer Synapse.ML.Io.Http.SimpleHTTPTransformer.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
SimpleHTTPTransformer Synapse.ML.Io.Http.SimpleHTTPTransformer.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
SimpleHTTPTransformer Synapse.ML.Io.Http.SimpleHTTPTransformer.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
value | column to hold http errors |
SimpleHTTPTransformer Synapse.ML.Io.Http.SimpleHTTPTransformer.SetFlattenOutputBatches | ( | bool | value | ) |
Sets value for flattenOutputBatches
value | whether to flatten the output batches |
SimpleHTTPTransformer Synapse.ML.Io.Http.SimpleHTTPTransformer.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
SimpleHTTPTransformer Synapse.ML.Io.Http.SimpleHTTPTransformer.SetInputCol | ( | string | value | ) |
Sets value for inputCol
value | The name of the input column |
SimpleHTTPTransformer Synapse.ML.Io.Http.SimpleHTTPTransformer.SetInputParser | ( | JavaTransformer | value | ) |
Sets value for inputParser
value | format to parse the column to |
SimpleHTTPTransformer Synapse.ML.Io.Http.SimpleHTTPTransformer.SetMiniBatcher | ( | JavaTransformer | value | ) |
Sets value for miniBatcher
value | Minibatcher to use |
SimpleHTTPTransformer Synapse.ML.Io.Http.SimpleHTTPTransformer.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
SimpleHTTPTransformer Synapse.ML.Io.Http.SimpleHTTPTransformer.SetOutputParser | ( | JavaTransformer | value | ) |
Sets value for outputParser
value | format to parse the column to |
SimpleHTTPTransformer Synapse.ML.Io.Http.SimpleHTTPTransformer.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |