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

RecognizeDomainSpecificContent implements RecognizeDomainSpecificContent More...

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

Public Member Functions

 RecognizeDomainSpecificContent ()
 Creates a RecognizeDomainSpecificContent without any parameters. More...
 
 RecognizeDomainSpecificContent (string uid)
 Creates a RecognizeDomainSpecificContent with a UID that is used to give the RecognizeDomainSpecificContent a unique ID. More...
 
RecognizeDomainSpecificContent SetConcurrency (int value)
 Sets value for concurrency More...
 
RecognizeDomainSpecificContent SetConcurrentTimeout (double value)
 Sets value for concurrentTimeout More...
 
RecognizeDomainSpecificContent SetErrorCol (string value)
 Sets value for errorCol More...
 
RecognizeDomainSpecificContent SetHandler (object value)
 Sets value for handler More...
 
RecognizeDomainSpecificContent SetImageBytes (byte[] value)
 Sets value for imageBytes More...
 
RecognizeDomainSpecificContent SetImageBytesCol (string value)
 Sets value for imageBytes column More...
 
RecognizeDomainSpecificContent SetImageUrl (string value)
 Sets value for imageUrl More...
 
RecognizeDomainSpecificContent SetImageUrlCol (string value)
 Sets value for imageUrl column More...
 
RecognizeDomainSpecificContent SetModel (string value)
 Sets value for model More...
 
RecognizeDomainSpecificContent SetModelCol (string value)
 Sets value for model column More...
 
RecognizeDomainSpecificContent SetOutputCol (string value)
 Sets value for outputCol More...
 
RecognizeDomainSpecificContent SetSubscriptionKey (string value)
 Sets value for subscriptionKey More...
 
RecognizeDomainSpecificContent SetSubscriptionKeyCol (string value)
 Sets value for subscriptionKey column More...
 
RecognizeDomainSpecificContent SetTimeout (double value)
 Sets value for timeout More...
 
RecognizeDomainSpecificContent 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...
 
byte[] GetImageBytes ()
 Gets imageBytes value More...
 
string GetImageUrl ()
 Gets imageUrl value More...
 
string GetModel ()
 Gets model 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< RecognizeDomainSpecificContentRead ()
 Get the corresponding JavaMLReader instance. More...
 
RecognizeDomainSpecificContent SetLocation (string value)
 Sets value for location More...
 
RecognizeDomainSpecificContent SetLinkedService (string value)
 Sets value for linkedService More...
 

Static Public Member Functions

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

Detailed Description

RecognizeDomainSpecificContent implements RecognizeDomainSpecificContent

Constructor & Destructor Documentation

◆ RecognizeDomainSpecificContent() [1/2]

Synapse.ML.Cognitive.RecognizeDomainSpecificContent.RecognizeDomainSpecificContent ( )
inline

Creates a RecognizeDomainSpecificContent without any parameters.

◆ RecognizeDomainSpecificContent() [2/2]

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

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

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

Member Function Documentation

◆ GetConcurrency()

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

Gets concurrency value

Returns
concurrency: max number of concurrent calls

◆ GetConcurrentTimeout()

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

Gets concurrentTimeout value

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

◆ GetErrorCol()

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

Gets errorCol value

Returns
errorCol: column to hold http errors

◆ GetHandler()

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

Gets handler value

Returns
handler: Which strategy to use when handling requests

◆ GetImageBytes()

byte [] Synapse.ML.Cognitive.RecognizeDomainSpecificContent.GetImageBytes ( )

Gets imageBytes value

Returns
imageBytes: bytestream of the image to use

◆ GetImageUrl()

string Synapse.ML.Cognitive.RecognizeDomainSpecificContent.GetImageUrl ( )

Gets imageUrl value

Returns
imageUrl: the url of the image to use

◆ GetModel()

string Synapse.ML.Cognitive.RecognizeDomainSpecificContent.GetModel ( )

Gets model value

Returns
model: the domain specific model: celebrities, landmarks

◆ GetOutputCol()

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

Gets outputCol value

Returns
outputCol: The name of the output column

◆ GetSubscriptionKey()

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

Gets subscriptionKey value

Returns
subscriptionKey: the API key to use

◆ GetTimeout()

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

Gets timeout value

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

◆ GetUrl()

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

Gets url value

Returns
url: Url of the service

◆ Load()

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

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

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

◆ Read()

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

Get the corresponding JavaMLReader instance.

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

◆ Save()

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

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

Sets value for concurrency

Parameters
valuemax number of concurrent calls
Returns
New RecognizeDomainSpecificContent object

◆ SetConcurrentTimeout()

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

Sets value for concurrentTimeout

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

◆ SetErrorCol()

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

Sets value for errorCol

Parameters
valuecolumn to hold http errors
Returns
New RecognizeDomainSpecificContent object

◆ SetHandler()

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

Sets value for handler

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

◆ SetImageBytes()

RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetImageBytes ( byte[]  value)

Sets value for imageBytes

Parameters
valuebytestream of the image to use
Returns
New RecognizeDomainSpecificContent object

◆ SetImageBytesCol()

RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetImageBytesCol ( string  value)

Sets value for imageBytes column

Parameters
valuebytestream of the image to use
Returns
New RecognizeDomainSpecificContent object

◆ SetImageUrl()

RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetImageUrl ( string  value)

Sets value for imageUrl

Parameters
valuethe url of the image to use
Returns
New RecognizeDomainSpecificContent object

◆ SetImageUrlCol()

RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetImageUrlCol ( string  value)

Sets value for imageUrl column

Parameters
valuethe url of the image to use
Returns
New RecognizeDomainSpecificContent object

◆ SetLinkedService()

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

Sets value for linkedService

Parameters
valuelinkedService name
Returns
New RecognizeDomainSpecificContent object

◆ SetLocation()

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

Sets value for location

Parameters
valueLocation of the cognitive service
Returns
New RecognizeDomainSpecificContent object

◆ SetModel()

RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetModel ( string  value)

Sets value for model

Parameters
valuethe domain specific model: celebrities, landmarks
Returns
New RecognizeDomainSpecificContent object

◆ SetModelCol()

RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetModelCol ( string  value)

Sets value for model column

Parameters
valuethe domain specific model: celebrities, landmarks
Returns
New RecognizeDomainSpecificContent object

◆ SetOutputCol()

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

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New RecognizeDomainSpecificContent object

◆ SetSubscriptionKey()

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

Sets value for subscriptionKey

Parameters
valuethe API key to use
Returns
New RecognizeDomainSpecificContent object

◆ SetSubscriptionKeyCol()

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

Sets value for subscriptionKey column

Parameters
valuethe API key to use
Returns
New RecognizeDomainSpecificContent object

◆ SetTimeout()

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

Sets value for timeout

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

◆ SetUrl()

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

Sets value for url

Parameters
valueUrl of the service
Returns
New RecognizeDomainSpecificContent object

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