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 | SetAADToken (string value) |
Sets value for AADToken More... | |
DictionaryLookup | SetAADTokenCol (string value) |
Sets value for AADToken column More... | |
DictionaryLookup | SetCustomAuthHeader (string value) |
Sets value for CustomAuthHeader More... | |
DictionaryLookup | SetCustomAuthHeaderCol (string value) |
Sets value for CustomAuthHeader column 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... | |
string | GetAADToken () |
Gets AADToken value More... | |
string | GetCustomAuthHeader () |
Gets CustomAuthHeader value 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 | SetCustomServiceName (string value) |
Sets value for service name More... | |
DictionaryLookup | SetEndpoint (string value) |
Sets value for endpoint 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. |
string Synapse.ML.Services.Translate.DictionaryLookup.GetAADToken | ( | ) |
Gets AADToken value
int Synapse.ML.Services.Translate.DictionaryLookup.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Services.Translate.DictionaryLookup.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Services.Translate.DictionaryLookup.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
string Synapse.ML.Services.Translate.DictionaryLookup.GetErrorCol | ( | ) |
Gets errorCol value
string Synapse.ML.Services.Translate.DictionaryLookup.GetFromLanguage | ( | ) |
Gets fromLanguage value
object Synapse.ML.Services.Translate.DictionaryLookup.GetHandler | ( | ) |
Gets handler value
string Synapse.ML.Services.Translate.DictionaryLookup.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Services.Translate.DictionaryLookup.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
string Synapse.ML.Services.Translate.DictionaryLookup.GetSubscriptionRegion | ( | ) |
Gets subscriptionRegion value
string [] Synapse.ML.Services.Translate.DictionaryLookup.GetText | ( | ) |
Gets text value
double Synapse.ML.Services.Translate.DictionaryLookup.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Services.Translate.DictionaryLookup.GetToLanguage | ( | ) |
Gets toLanguage value
string Synapse.ML.Services.Translate.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.Services.Translate.DictionaryLookup.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Services.Translate.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.Services.Translate.DictionaryLookup.SetAADToken | ( | string | value | ) |
Sets value for AADToken
value | AAD Token used for authentication |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
value | AAD Token used for authentication |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
value | A Custom Value for Authorization Header |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
value | A Custom Value for Authorization Header |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
value | Service name of the cognitive service if it's custom domain |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
value | Endpoint of the cognitive service |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
value | column to hold http errors |
DictionaryLookup Synapse.ML.Services.Translate.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.Services.Translate.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.Services.Translate.DictionaryLookup.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetLinkedService | ( | string | value | ) |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
value | the API key to use |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetSubscriptionRegion | ( | string | value | ) |
Sets value for subscriptionRegion
value | the API region to use |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetSubscriptionRegionCol | ( | string | value | ) |
Sets value for subscriptionRegion column
value | the API region to use |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetText | ( | string[] | value | ) |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetTextCol | ( | string | value | ) |
Sets value for text column
value | the string to translate |
DictionaryLookup Synapse.ML.Services.Translate.DictionaryLookup.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
DictionaryLookup Synapse.ML.Services.Translate.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.Services.Translate.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.Services.Translate.DictionaryLookup.SetUrl | ( | string | value | ) |