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

TagImage implements TagImage More...

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

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

TagImage implements TagImage

Constructor & Destructor Documentation

◆ TagImage() [1/2]

Synapse.ML.Cognitive.TagImage.TagImage ( )
inline

Creates a TagImage without any parameters.

◆ TagImage() [2/2]

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

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

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

Member Function Documentation

◆ GetConcurrency()

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

Gets concurrency value

Returns
concurrency: max number of concurrent calls

◆ GetConcurrentTimeout()

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

Gets concurrentTimeout value

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

◆ GetErrorCol()

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

Gets errorCol value

Returns
errorCol: column to hold http errors

◆ GetHandler()

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

Gets handler value

Returns
handler: Which strategy to use when handling requests

◆ GetImageBytes()

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

Gets imageBytes value

Returns
imageBytes: bytestream of the image to use

◆ GetImageUrl()

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

Gets imageUrl value

Returns
imageUrl: the url of the image to use

◆ GetLanguage()

string Synapse.ML.Cognitive.TagImage.GetLanguage ( )

Gets language value

Returns
language: The desired language for output generation.

◆ GetOutputCol()

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

Gets outputCol value

Returns
outputCol: The name of the output column

◆ GetSubscriptionKey()

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

Gets subscriptionKey value

Returns
subscriptionKey: the API key to use

◆ GetTimeout()

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

Gets timeout value

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

◆ GetUrl()

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

Gets url value

Returns
url: Url of the service

◆ Load()

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

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

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

◆ Read()

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

Get the corresponding JavaMLReader instance.

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

◆ Save()

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

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

Sets value for concurrency

Parameters
valuemax number of concurrent calls
Returns
New TagImage object

◆ SetConcurrentTimeout()

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

Sets value for concurrentTimeout

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

◆ SetErrorCol()

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

Sets value for errorCol

Parameters
valuecolumn to hold http errors
Returns
New TagImage object

◆ SetHandler()

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

Sets value for handler

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

◆ SetImageBytes()

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

Sets value for imageBytes

Parameters
valuebytestream of the image to use
Returns
New TagImage object

◆ SetImageBytesCol()

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

Sets value for imageBytes column

Parameters
valuebytestream of the image to use
Returns
New TagImage object

◆ SetImageUrl()

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

Sets value for imageUrl

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

◆ SetImageUrlCol()

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

Sets value for imageUrl column

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

◆ SetLanguage()

TagImage Synapse.ML.Cognitive.TagImage.SetLanguage ( string  value)

Sets value for language

Parameters
valueThe desired language for output generation.
Returns
New TagImage object

◆ SetLanguageCol()

TagImage Synapse.ML.Cognitive.TagImage.SetLanguageCol ( string  value)

Sets value for language column

Parameters
valueThe desired language for output generation.
Returns
New TagImage object

◆ SetLinkedService()

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

Sets value for linkedService

Parameters
valuelinkedService name
Returns
New TagImage object

◆ SetLocation()

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

Sets value for location

Parameters
valueLocation of the cognitive service
Returns
New TagImage object

◆ SetOutputCol()

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

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New TagImage object

◆ SetSubscriptionKey()

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

Sets value for subscriptionKey

Parameters
valuethe API key to use
Returns
New TagImage object

◆ SetSubscriptionKeyCol()

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

Sets value for subscriptionKey column

Parameters
valuethe API key to use
Returns
New TagImage object

◆ SetTimeout()

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

Sets value for timeout

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

◆ SetUrl()

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

Sets value for url

Parameters
valueUrl of the service
Returns
New TagImage object

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