Synapseml  0.10.0
Public Member Functions | Static Public Member Functions | List of all members
Synapse.ML.Io.Http.HTTPTransformer Class Reference

HTTPTransformer implements HTTPTransformer More...

Inheritance diagram for Synapse.ML.Io.Http.HTTPTransformer:
Inheritance graph
[legend]
Collaboration diagram for Synapse.ML.Io.Http.HTTPTransformer:
Collaboration graph
[legend]

Public Member Functions

 HTTPTransformer ()
 Creates a HTTPTransformer without any parameters. More...
 
 HTTPTransformer (string uid)
 Creates a HTTPTransformer with a UID that is used to give the HTTPTransformer a unique ID. More...
 
HTTPTransformer SetConcurrency (int value)
 Sets value for concurrency More...
 
HTTPTransformer SetConcurrentTimeout (double value)
 Sets value for concurrentTimeout More...
 
HTTPTransformer SetHandler (object value)
 Sets value for handler More...
 
HTTPTransformer SetInputCol (string value)
 Sets value for inputCol More...
 
HTTPTransformer SetOutputCol (string value)
 Sets value for outputCol More...
 
HTTPTransformer SetTimeout (double value)
 Sets value for timeout More...
 
int GetConcurrency ()
 Gets concurrency value More...
 
double GetConcurrentTimeout ()
 Gets concurrentTimeout value More...
 
object GetHandler ()
 Gets handler value More...
 
string GetInputCol ()
 Gets inputCol value More...
 
string GetOutputCol ()
 Gets outputCol 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 ()
 
Returns
a JavaMLWriter instance for this ML instance.

 
JavaMLReader< HTTPTransformerRead ()
 Get the corresponding JavaMLReader instance. More...
 

Static Public Member Functions

static HTTPTransformer Load (string path)
 Loads the HTTPTransformer that was previously saved using Save(string). More...
 

Detailed Description

HTTPTransformer implements HTTPTransformer

Constructor & Destructor Documentation

◆ HTTPTransformer() [1/2]

Synapse.ML.Io.Http.HTTPTransformer.HTTPTransformer ( )
inline

Creates a HTTPTransformer without any parameters.

◆ 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
uidAn immutable unique ID for the object and its derivatives.

Member Function Documentation

◆ 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

Loads the HTTPTransformer that was previously saved using Save(string).

Parameters
pathThe path the previous HTTPTransformer was saved to
Returns
New HTTPTransformer object, loaded from path.

◆ Read()

JavaMLReader<HTTPTransformer> Synapse.ML.Io.Http.HTTPTransformer.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
pathThe path to save the object to

◆ SetConcurrency()

HTTPTransformer Synapse.ML.Io.Http.HTTPTransformer.SetConcurrency ( int  value)

Sets value for concurrency

Parameters
valuemax number of concurrent calls
Returns
New HTTPTransformer object

◆ SetConcurrentTimeout()

HTTPTransformer Synapse.ML.Io.Http.HTTPTransformer.SetConcurrentTimeout ( double  value)

Sets value for concurrentTimeout

Parameters
valuemax 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
valueWhich 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
valueThe name of the input column
Returns
New HTTPTransformer object

◆ SetOutputCol()

HTTPTransformer Synapse.ML.Io.Http.HTTPTransformer.SetOutputCol ( string  value)

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New HTTPTransformer object

◆ SetTimeout()

HTTPTransformer Synapse.ML.Io.Http.HTTPTransformer.SetTimeout ( double  value)

Sets value for timeout

Parameters
valuenumber of seconds to wait before closing the connection
Returns
New HTTPTransformer object

The documentation for this class was generated from the following file: