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

Detect implements Detect More...

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

Public Member Functions

 Detect ()
 Creates a Detect without any parameters. More...
 
 Detect (string uid)
 Creates a Detect with a UID that is used to give the Detect a unique ID. More...
 
Detect SetConcurrency (int value)
 Sets value for concurrency More...
 
Detect SetConcurrentTimeout (double value)
 Sets value for concurrentTimeout More...
 
Detect SetErrorCol (string value)
 Sets value for errorCol More...
 
Detect SetHandler (object value)
 Sets value for handler More...
 
Detect SetOutputCol (string value)
 Sets value for outputCol More...
 
Detect SetSubscriptionKey (string value)
 Sets value for subscriptionKey More...
 
Detect SetSubscriptionKeyCol (string value)
 Sets value for subscriptionKey column More...
 
Detect SetSubscriptionRegion (string value)
 Sets value for subscriptionRegion More...
 
Detect SetSubscriptionRegionCol (string value)
 Sets value for subscriptionRegion column More...
 
Detect SetText (string[] value)
 Sets value for text More...
 
Detect SetTextCol (string value)
 Sets value for text column More...
 
Detect SetTimeout (double value)
 Sets value for timeout More...
 
Detect 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 GetOutputCol ()
 Gets outputCol value More...
 
string GetSubscriptionKey ()
 Gets subscriptionKey value More...
 
string GetSubscriptionRegion ()
 Gets subscriptionRegion value More...
 
string [] GetText ()
 Gets text 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< DetectRead ()
 Get the corresponding JavaMLReader instance. More...
 
Detect SetLocation (string value)
 Sets value for location More...
 
Detect SetLinkedService (string value)
 Sets value for linkedService More...
 

Static Public Member Functions

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

Detailed Description

Detect implements Detect

Constructor & Destructor Documentation

◆ Detect() [1/2]

Synapse.ML.Cognitive.Detect.Detect ( )
inline

Creates a Detect without any parameters.

◆ Detect() [2/2]

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

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

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

Member Function Documentation

◆ GetConcurrency()

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

Gets concurrency value

Returns
concurrency: max number of concurrent calls

◆ GetConcurrentTimeout()

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

Gets concurrentTimeout value

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

◆ GetErrorCol()

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

Gets errorCol value

Returns
errorCol: column to hold http errors

◆ GetHandler()

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

Gets handler value

Returns
handler: Which strategy to use when handling requests

◆ GetOutputCol()

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

Gets outputCol value

Returns
outputCol: The name of the output column

◆ GetSubscriptionKey()

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

Gets subscriptionKey value

Returns
subscriptionKey: the API key to use

◆ GetSubscriptionRegion()

string Synapse.ML.Cognitive.Detect.GetSubscriptionRegion ( )

Gets subscriptionRegion value

Returns
subscriptionRegion: the API region to use

◆ GetText()

string [] Synapse.ML.Cognitive.Detect.GetText ( )

Gets text value

Returns
text: the string to translate

◆ GetTimeout()

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

Gets timeout value

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

◆ GetUrl()

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

Gets url value

Returns
url: Url of the service

◆ Load()

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

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

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

◆ Read()

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

Get the corresponding JavaMLReader instance.

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

◆ Save()

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

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

Sets value for concurrency

Parameters
valuemax number of concurrent calls
Returns
New Detect object

◆ SetConcurrentTimeout()

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

Sets value for concurrentTimeout

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

◆ SetErrorCol()

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

Sets value for errorCol

Parameters
valuecolumn to hold http errors
Returns
New Detect object

◆ SetHandler()

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

Sets value for handler

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

◆ SetLinkedService()

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

Sets value for linkedService

Parameters
valuelinkedService name
Returns
New Detect object

◆ SetLocation()

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

Sets value for location

Parameters
valueLocation of the cognitive service
Returns
New Detect object

◆ SetOutputCol()

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

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New Detect object

◆ SetSubscriptionKey()

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

Sets value for subscriptionKey

Parameters
valuethe API key to use
Returns
New Detect object

◆ SetSubscriptionKeyCol()

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

Sets value for subscriptionKey column

Parameters
valuethe API key to use
Returns
New Detect object

◆ SetSubscriptionRegion()

Detect Synapse.ML.Cognitive.Detect.SetSubscriptionRegion ( string  value)

Sets value for subscriptionRegion

Parameters
valuethe API region to use
Returns
New Detect object

◆ SetSubscriptionRegionCol()

Detect Synapse.ML.Cognitive.Detect.SetSubscriptionRegionCol ( string  value)

Sets value for subscriptionRegion column

Parameters
valuethe API region to use
Returns
New Detect object

◆ SetText()

Detect Synapse.ML.Cognitive.Detect.SetText ( string []  value)

Sets value for text

Parameters
valuethe string to translate
Returns
New Detect object

◆ SetTextCol()

Detect Synapse.ML.Cognitive.Detect.SetTextCol ( string  value)

Sets value for text column

Parameters
valuethe string to translate
Returns
New Detect object

◆ SetTimeout()

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

Sets value for timeout

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

◆ SetUrl()

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

Sets value for url

Parameters
valueUrl of the service
Returns
New Detect object

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