|
Synapseml
0.10.0
|
DictionaryLookup implements DictionaryLookup More...


Public Member Functions | |
| DictionaryLookup () | |
| Creates a DictionaryLookup without any parameters. More... | |
| DictionaryLookup (string uid) | |
| Creates a DictionaryLookup with a UID that is used to give the DictionaryLookup a unique ID. More... | |
| DictionaryLookup | SetConcurrency (int value) |
| Sets value for concurrency More... | |
| DictionaryLookup | SetConcurrentTimeout (double value) |
| Sets value for concurrentTimeout More... | |
| DictionaryLookup | SetErrorCol (string value) |
| Sets value for errorCol More... | |
| DictionaryLookup | SetFromLanguage (string value) |
| Sets value for fromLanguage More... | |
| DictionaryLookup | SetFromLanguageCol (string value) |
| Sets value for fromLanguage column More... | |
| DictionaryLookup | SetHandler (object value) |
| Sets value for handler More... | |
| DictionaryLookup | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| DictionaryLookup | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| DictionaryLookup | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| DictionaryLookup | SetSubscriptionRegion (string value) |
| Sets value for subscriptionRegion More... | |
| DictionaryLookup | SetSubscriptionRegionCol (string value) |
| Sets value for subscriptionRegion column More... | |
| DictionaryLookup | SetText (string[] value) |
| Sets value for text More... | |
| DictionaryLookup | SetTextCol (string value) |
| Sets value for text column More... | |
| DictionaryLookup | SetTimeout (double value) |
| Sets value for timeout More... | |
| DictionaryLookup | SetToLanguage (string value) |
| Sets value for toLanguage More... | |
| DictionaryLookup | SetToLanguageCol (string value) |
| Sets value for toLanguage column More... | |
| DictionaryLookup | 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... | |
| string | GetFromLanguage () |
| Gets fromLanguage 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 | GetToLanguage () |
| Gets toLanguage 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< DictionaryLookup > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| DictionaryLookup | SetLocation (string value) |
| Sets value for location More... | |
| DictionaryLookup | SetLinkedService (string value) |
| Sets value for linkedService More... | |
Static Public Member Functions | |
| static DictionaryLookup | Load (string path) |
| Loads the DictionaryLookup that was previously saved using Save(string). More... | |
DictionaryLookup implements DictionaryLookup
|
inline |
Creates a DictionaryLookup without any parameters.
|
inline |
Creates a DictionaryLookup with a UID that is used to give the DictionaryLookup a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| int Synapse.ML.Cognitive.DictionaryLookup.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Cognitive.DictionaryLookup.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Cognitive.DictionaryLookup.GetErrorCol | ( | ) |
Gets errorCol value
| string Synapse.ML.Cognitive.DictionaryLookup.GetFromLanguage | ( | ) |
Gets fromLanguage value
| object Synapse.ML.Cognitive.DictionaryLookup.GetHandler | ( | ) |
Gets handler value
| string Synapse.ML.Cognitive.DictionaryLookup.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Cognitive.DictionaryLookup.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| string Synapse.ML.Cognitive.DictionaryLookup.GetSubscriptionRegion | ( | ) |
Gets subscriptionRegion value
| string [] Synapse.ML.Cognitive.DictionaryLookup.GetText | ( | ) |
Gets text value
| double Synapse.ML.Cognitive.DictionaryLookup.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Cognitive.DictionaryLookup.GetToLanguage | ( | ) |
Gets toLanguage value
| string Synapse.ML.Cognitive.DictionaryLookup.GetUrl | ( | ) |
Gets url value
|
static |
Loads the DictionaryLookup that was previously saved using Save(string).
| path | The path the previous DictionaryLookup was saved to |
| JavaMLReader<DictionaryLookup> Synapse.ML.Cognitive.DictionaryLookup.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Cognitive.DictionaryLookup.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 |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
| value | column to hold http errors |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetFromLanguage | ( | string | value | ) |
Sets value for fromLanguage
| value | Specifies the language of the input text. The source language must be one of the supported languages included in the dictionary scope. |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetFromLanguageCol | ( | string | value | ) |
Sets value for fromLanguage column
| value | Specifies the language of the input text. The source language must be one of the supported languages included in the dictionary scope. |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetHandler | ( | object | value | ) |
Sets value for handler
| value | Which strategy to use when handling requests |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetLinkedService | ( | string | value | ) |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
| value | the API key to use |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetSubscriptionRegion | ( | string | value | ) |
Sets value for subscriptionRegion
| value | the API region to use |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetSubscriptionRegionCol | ( | string | value | ) |
Sets value for subscriptionRegion column
| value | the API region to use |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetText | ( | string [] | value | ) |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetTextCol | ( | string | value | ) |
Sets value for text column
| value | the string to translate |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetToLanguage | ( | string | value | ) |
Sets value for toLanguage
| value | Specifies the language of the output text. The target language must be one of the supported languages included in the dictionary scope. |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetToLanguageCol | ( | string | value | ) |
Sets value for toLanguage column
| value | Specifies the language of the output text. The target language must be one of the supported languages included in the dictionary scope. |
| DictionaryLookup Synapse.ML.Cognitive.DictionaryLookup.SetUrl | ( | string | value | ) |
1.8.13