|
Synapseml
0.11.0
|
TagImage implements TagImage More...


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 | SetAADToken (string value) |
| Sets value for AADToken More... | |
| TagImage | SetAADTokenCol (string value) |
| Sets value for AADToken column 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... | |
| string | GetAADToken () |
| Gets AADToken value 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 () |
| |
| JavaMLReader< TagImage > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| TagImage | SetCustomServiceName (string value) |
| Sets value for service name More... | |
| TagImage | SetEndpoint (string value) |
| Sets value for endpoint 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... | |
|
inline |
Creates a TagImage without any parameters.
|
inline |
| string Synapse.ML.Cognitive.Vision.TagImage.GetAADToken | ( | ) |
Gets AADToken value
| int Synapse.ML.Cognitive.Vision.TagImage.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Cognitive.Vision.TagImage.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Cognitive.Vision.TagImage.GetErrorCol | ( | ) |
Gets errorCol value
| object Synapse.ML.Cognitive.Vision.TagImage.GetHandler | ( | ) |
Gets handler value
| byte [] Synapse.ML.Cognitive.Vision.TagImage.GetImageBytes | ( | ) |
Gets imageBytes value
| string Synapse.ML.Cognitive.Vision.TagImage.GetImageUrl | ( | ) |
Gets imageUrl value
| string Synapse.ML.Cognitive.Vision.TagImage.GetLanguage | ( | ) |
Gets language value
| string Synapse.ML.Cognitive.Vision.TagImage.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Cognitive.Vision.TagImage.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| double Synapse.ML.Cognitive.Vision.TagImage.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Cognitive.Vision.TagImage.GetUrl | ( | ) |
Gets url value
|
static |
Loads the TagImage that was previously saved using Save(string).
| path | The path the previous TagImage was saved to |
| JavaMLReader<TagImage> Synapse.ML.Cognitive.Vision.TagImage.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Cognitive.Vision.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.
| path | The path to save the object to |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetAADToken | ( | string | value | ) |
Sets value for AADToken
| value | AAD Token used for authentication |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
| value | AAD Token used for authentication |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
| value | Service name of the cognitive service if it's custom domain |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
| value | Endpoint of the cognitive service |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetErrorCol | ( | string | value | ) |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetHandler | ( | object | value | ) |
Sets value for handler
| value | Which strategy to use when handling requests |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetImageBytes | ( | byte[] | value | ) |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetImageBytesCol | ( | string | value | ) |
Sets value for imageBytes column
| value | bytestream of the image to use |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetImageUrl | ( | string | value | ) |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetImageUrlCol | ( | string | value | ) |
Sets value for imageUrl column
| value | the url of the image to use |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetLanguage | ( | string | value | ) |
Sets value for language
| value | The desired language for output generation. |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetLanguageCol | ( | string | value | ) |
Sets value for language column
| value | The desired language for output generation. |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetLinkedService | ( | string | value | ) |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetOutputCol | ( | string | value | ) |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetSubscriptionKey | ( | string | value | ) |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetSubscriptionKeyCol | ( | string | value | ) |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| TagImage Synapse.ML.Cognitive.Vision.TagImage.SetUrl | ( | string | value | ) |
1.8.17