Synapseml
0.10.0
|
DescribeImage implements DescribeImage More...
Public Member Functions | |
DescribeImage () | |
Creates a DescribeImage without any parameters. More... | |
DescribeImage (string uid) | |
Creates a DescribeImage with a UID that is used to give the DescribeImage a unique ID. More... | |
DescribeImage | SetConcurrency (int value) |
Sets value for concurrency More... | |
DescribeImage | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
DescribeImage | SetErrorCol (string value) |
Sets value for errorCol More... | |
DescribeImage | SetHandler (object value) |
Sets value for handler More... | |
DescribeImage | SetImageBytes (byte[] value) |
Sets value for imageBytes More... | |
DescribeImage | SetImageBytesCol (string value) |
Sets value for imageBytes column More... | |
DescribeImage | SetImageUrl (string value) |
Sets value for imageUrl More... | |
DescribeImage | SetImageUrlCol (string value) |
Sets value for imageUrl column More... | |
DescribeImage | SetLanguage (string value) |
Sets value for language More... | |
DescribeImage | SetLanguageCol (string value) |
Sets value for language column More... | |
DescribeImage | SetMaxCandidates (int value) |
Sets value for maxCandidates More... | |
DescribeImage | SetMaxCandidatesCol (string value) |
Sets value for maxCandidates column More... | |
DescribeImage | SetOutputCol (string value) |
Sets value for outputCol More... | |
DescribeImage | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
DescribeImage | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
DescribeImage | SetTimeout (double value) |
Sets value for timeout More... | |
DescribeImage | 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... | |
int | GetMaxCandidates () |
Gets maxCandidates 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 () |
| |
JavaMLReader< DescribeImage > | Read () |
Get the corresponding JavaMLReader instance. More... | |
DescribeImage | SetLocation (string value) |
Sets value for location More... | |
DescribeImage | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static DescribeImage | Load (string path) |
Loads the DescribeImage that was previously saved using Save(string). More... | |
DescribeImage implements DescribeImage
|
inline |
Creates a DescribeImage without any parameters.
|
inline |
Creates a DescribeImage with a UID that is used to give the DescribeImage a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
int Synapse.ML.Cognitive.DescribeImage.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.DescribeImage.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Cognitive.DescribeImage.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Cognitive.DescribeImage.GetHandler | ( | ) |
Gets handler value
byte [] Synapse.ML.Cognitive.DescribeImage.GetImageBytes | ( | ) |
Gets imageBytes value
string Synapse.ML.Cognitive.DescribeImage.GetImageUrl | ( | ) |
Gets imageUrl value
string Synapse.ML.Cognitive.DescribeImage.GetLanguage | ( | ) |
Gets language value
int Synapse.ML.Cognitive.DescribeImage.GetMaxCandidates | ( | ) |
Gets maxCandidates value
string Synapse.ML.Cognitive.DescribeImage.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Cognitive.DescribeImage.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
double Synapse.ML.Cognitive.DescribeImage.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.DescribeImage.GetUrl | ( | ) |
Gets url value
|
static |
Loads the DescribeImage that was previously saved using Save(string).
path | The path the previous DescribeImage was saved to |
JavaMLReader<DescribeImage> Synapse.ML.Cognitive.DescribeImage.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.DescribeImage.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.
path | The path to save the object to |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetErrorCol | ( | string | value | ) |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetImageBytes | ( | byte [] | value | ) |
Sets value for imageBytes
value | bytestream of the image to use |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetImageBytesCol | ( | string | value | ) |
Sets value for imageBytes column
value | bytestream of the image to use |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetImageUrl | ( | string | value | ) |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetImageUrlCol | ( | string | value | ) |
Sets value for imageUrl column
value | the url of the image to use |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetLanguage | ( | string | value | ) |
Sets value for language
value | Language of image description |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetLanguageCol | ( | string | value | ) |
Sets value for language column
value | Language of image description |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetLinkedService | ( | string | value | ) |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetMaxCandidates | ( | int | value | ) |
Sets value for maxCandidates
value | Maximum candidate descriptions to return |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetMaxCandidatesCol | ( | string | value | ) |
Sets value for maxCandidates column
value | Maximum candidate descriptions to return |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetSubscriptionKey | ( | string | value | ) |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
DescribeImage Synapse.ML.Cognitive.DescribeImage.SetUrl | ( | string | value | ) |