Synapseml  0.10.0
Public Member Functions | Static Public Member Functions | List of all members
Synapse.ML.Cognitive.ListCustomModels Class Reference

ListCustomModels implements ListCustomModels More...

Inheritance diagram for Synapse.ML.Cognitive.ListCustomModels:
Inheritance graph
[legend]
Collaboration diagram for Synapse.ML.Cognitive.ListCustomModels:
Collaboration graph
[legend]

Public Member Functions

 ListCustomModels ()
 Creates a ListCustomModels without any parameters. More...
 
 ListCustomModels (string uid)
 Creates a ListCustomModels with a UID that is used to give the ListCustomModels a unique ID. More...
 
ListCustomModels SetConcurrency (int value)
 Sets value for concurrency More...
 
ListCustomModels SetConcurrentTimeout (double value)
 Sets value for concurrentTimeout More...
 
ListCustomModels SetErrorCol (string value)
 Sets value for errorCol More...
 
ListCustomModels SetHandler (object value)
 Sets value for handler More...
 
ListCustomModels SetOp (string value)
 Sets value for op More...
 
ListCustomModels SetOpCol (string value)
 Sets value for op column More...
 
ListCustomModels SetOutputCol (string value)
 Sets value for outputCol More...
 
ListCustomModels SetSubscriptionKey (string value)
 Sets value for subscriptionKey More...
 
ListCustomModels SetSubscriptionKeyCol (string value)
 Sets value for subscriptionKey column More...
 
ListCustomModels SetTimeout (double value)
 Sets value for timeout More...
 
ListCustomModels SetUrl (string value)
 Sets value for url More...
 
int GetConcurrency ()
 Gets concurrency value More...
 
double GetConcurrentTimeout ()
 Gets concurrentTimeout value More...
 
string GetErrorCol ()
 Gets errorCol value More...
 
object GetHandler ()
 Gets handler value More...
 
string GetOp ()
 Gets op value More...
 
string GetOutputCol ()
 Gets outputCol value More...
 
string GetSubscriptionKey ()
 Gets subscriptionKey value More...
 
double GetTimeout ()
 Gets timeout value More...
 
string GetUrl ()
 Gets url 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< ListCustomModelsRead ()
 Get the corresponding JavaMLReader instance. More...
 
ListCustomModels SetLocation (string value)
 Sets value for location More...
 
ListCustomModels SetLinkedService (string value)
 Sets value for linkedService More...
 

Static Public Member Functions

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

Detailed Description

ListCustomModels implements ListCustomModels

Constructor & Destructor Documentation

◆ ListCustomModels() [1/2]

Synapse.ML.Cognitive.ListCustomModels.ListCustomModels ( )
inline

Creates a ListCustomModels without any parameters.

◆ ListCustomModels() [2/2]

Synapse.ML.Cognitive.ListCustomModels.ListCustomModels ( string  uid)
inline

Creates a ListCustomModels with a UID that is used to give the ListCustomModels a unique ID.

Parameters
uidAn immutable unique ID for the object and its derivatives.

Member Function Documentation

◆ GetConcurrency()

int Synapse.ML.Cognitive.ListCustomModels.GetConcurrency ( )

Gets concurrency value

Returns
concurrency: max number of concurrent calls

◆ GetConcurrentTimeout()

double Synapse.ML.Cognitive.ListCustomModels.GetConcurrentTimeout ( )

Gets concurrentTimeout value

Returns
concurrentTimeout: max number seconds to wait on futures if concurrency >= 1

◆ GetErrorCol()

string Synapse.ML.Cognitive.ListCustomModels.GetErrorCol ( )

Gets errorCol value

Returns
errorCol: column to hold http errors

◆ GetHandler()

object Synapse.ML.Cognitive.ListCustomModels.GetHandler ( )

Gets handler value

Returns
handler: Which strategy to use when handling requests

◆ GetOp()

string Synapse.ML.Cognitive.ListCustomModels.GetOp ( )

Gets op value

Returns
op: Specify whether to return summary or full list of models.

◆ GetOutputCol()

string Synapse.ML.Cognitive.ListCustomModels.GetOutputCol ( )

Gets outputCol value

Returns
outputCol: The name of the output column

◆ GetSubscriptionKey()

string Synapse.ML.Cognitive.ListCustomModels.GetSubscriptionKey ( )

Gets subscriptionKey value

Returns
subscriptionKey: the API key to use

◆ GetTimeout()

double Synapse.ML.Cognitive.ListCustomModels.GetTimeout ( )

Gets timeout value

Returns
timeout: number of seconds to wait before closing the connection

◆ GetUrl()

string Synapse.ML.Cognitive.ListCustomModels.GetUrl ( )

Gets url value

Returns
url: Url of the service

◆ Load()

static ListCustomModels Synapse.ML.Cognitive.ListCustomModels.Load ( string  path)
static

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

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

◆ Read()

JavaMLReader<ListCustomModels> Synapse.ML.Cognitive.ListCustomModels.Read ( )

Get the corresponding JavaMLReader instance.

Returns
an JavaMLReader<ListCustomModels> instance for this ML instance.

◆ Save()

void Synapse.ML.Cognitive.ListCustomModels.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()

ListCustomModels Synapse.ML.Cognitive.ListCustomModels.SetConcurrency ( int  value)

Sets value for concurrency

Parameters
valuemax number of concurrent calls
Returns
New ListCustomModels object

◆ SetConcurrentTimeout()

ListCustomModels Synapse.ML.Cognitive.ListCustomModels.SetConcurrentTimeout ( double  value)

Sets value for concurrentTimeout

Parameters
valuemax number seconds to wait on futures if concurrency >= 1
Returns
New ListCustomModels object

◆ SetErrorCol()

ListCustomModels Synapse.ML.Cognitive.ListCustomModels.SetErrorCol ( string  value)

Sets value for errorCol

Parameters
valuecolumn to hold http errors
Returns
New ListCustomModels object

◆ SetHandler()

ListCustomModels Synapse.ML.Cognitive.ListCustomModels.SetHandler ( object  value)

Sets value for handler

Parameters
valueWhich strategy to use when handling requests
Returns
New ListCustomModels object

◆ SetLinkedService()

ListCustomModels Synapse.ML.Cognitive.ListCustomModels.SetLinkedService ( string  value)

Sets value for linkedService

Parameters
valuelinkedService name
Returns
New ListCustomModels object

◆ SetLocation()

ListCustomModels Synapse.ML.Cognitive.ListCustomModels.SetLocation ( string  value)

Sets value for location

Parameters
valueLocation of the cognitive service
Returns
New ListCustomModels object

◆ SetOp()

ListCustomModels Synapse.ML.Cognitive.ListCustomModels.SetOp ( string  value)

Sets value for op

Parameters
valueSpecify whether to return summary or full list of models.
Returns
New ListCustomModels object

◆ SetOpCol()

ListCustomModels Synapse.ML.Cognitive.ListCustomModels.SetOpCol ( string  value)

Sets value for op column

Parameters
valueSpecify whether to return summary or full list of models.
Returns
New ListCustomModels object

◆ SetOutputCol()

ListCustomModels Synapse.ML.Cognitive.ListCustomModels.SetOutputCol ( string  value)

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New ListCustomModels object

◆ SetSubscriptionKey()

ListCustomModels Synapse.ML.Cognitive.ListCustomModels.SetSubscriptionKey ( string  value)

Sets value for subscriptionKey

Parameters
valuethe API key to use
Returns
New ListCustomModels object

◆ SetSubscriptionKeyCol()

ListCustomModels Synapse.ML.Cognitive.ListCustomModels.SetSubscriptionKeyCol ( string  value)

Sets value for subscriptionKey column

Parameters
valuethe API key to use
Returns
New ListCustomModels object

◆ SetTimeout()

ListCustomModels Synapse.ML.Cognitive.ListCustomModels.SetTimeout ( double  value)

Sets value for timeout

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

◆ SetUrl()

ListCustomModels Synapse.ML.Cognitive.ListCustomModels.SetUrl ( string  value)

Sets value for url

Parameters
valueUrl of the service
Returns
New ListCustomModels object

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