|
Synapseml
1.0.4
|
DictionaryExamples implements DictionaryExamples More...


Public Member Functions | |
| DictionaryExamples () | |
| Creates a DictionaryExamples without any parameters. More... | |
| DictionaryExamples (string uid) | |
| Creates a DictionaryExamples with a UID that is used to give the DictionaryExamples a unique ID. More... | |
| DictionaryExamples | SetAADToken (string value) |
| Sets value for AADToken More... | |
| DictionaryExamples | SetAADTokenCol (string value) |
| Sets value for AADToken column More... | |
| DictionaryExamples | SetCustomAuthHeader (string value) |
| Sets value for CustomAuthHeader More... | |
| DictionaryExamples | SetCustomAuthHeaderCol (string value) |
| Sets value for CustomAuthHeader column More... | |
| DictionaryExamples | SetConcurrency (int value) |
| Sets value for concurrency More... | |
| DictionaryExamples | SetConcurrentTimeout (double value) |
| Sets value for concurrentTimeout More... | |
| DictionaryExamples | SetErrorCol (string value) |
| Sets value for errorCol More... | |
| DictionaryExamples | SetFromLanguage (string value) |
| Sets value for fromLanguage More... | |
| DictionaryExamples | SetFromLanguageCol (string value) |
| Sets value for fromLanguage column More... | |
| DictionaryExamples | SetHandler (object value) |
| Sets value for handler More... | |
| DictionaryExamples | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| DictionaryExamples | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| DictionaryExamples | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| DictionaryExamples | SetSubscriptionRegion (string value) |
| Sets value for subscriptionRegion More... | |
| DictionaryExamples | SetSubscriptionRegionCol (string value) |
| Sets value for subscriptionRegion column More... | |
| DictionaryExamples | SetTextAndTranslation (TextAndTranslation[] value) |
| Sets value for textAndTranslation More... | |
| DictionaryExamples | SetTextAndTranslationCol (string value) |
| Sets value for textAndTranslation column More... | |
| DictionaryExamples | SetTimeout (double value) |
| Sets value for timeout More... | |
| DictionaryExamples | SetToLanguage (string value) |
| Sets value for toLanguage More... | |
| DictionaryExamples | SetToLanguageCol (string value) |
| Sets value for toLanguage column More... | |
| DictionaryExamples | 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... | |
| TextAndTranslation[] | GetTextAndTranslation () |
| Gets textAndTranslation 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< DictionaryExamples > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| DictionaryExamples | SetCustomServiceName (string value) |
| Sets value for service name More... | |
| DictionaryExamples | SetEndpoint (string value) |
| Sets value for endpoint More... | |
| DictionaryExamples | SetLocation (string value) |
| Sets value for location More... | |
| DictionaryExamples | SetLinkedService (string value) |
| Sets value for linkedService More... | |
Static Public Member Functions | |
| static DictionaryExamples | Load (string path) |
| Loads the DictionaryExamples that was previously saved using Save(string). More... | |
DictionaryExamples implements DictionaryExamples
|
inline |
Creates a DictionaryExamples without any parameters.
|
inline |
Creates a DictionaryExamples with a UID that is used to give the DictionaryExamples a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| string Synapse.ML.Services.Translate.DictionaryExamples.GetAADToken | ( | ) |
Gets AADToken value
| int Synapse.ML.Services.Translate.DictionaryExamples.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Services.Translate.DictionaryExamples.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Services.Translate.DictionaryExamples.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
| string Synapse.ML.Services.Translate.DictionaryExamples.GetErrorCol | ( | ) |
Gets errorCol value
| string Synapse.ML.Services.Translate.DictionaryExamples.GetFromLanguage | ( | ) |
Gets fromLanguage value
| object Synapse.ML.Services.Translate.DictionaryExamples.GetHandler | ( | ) |
Gets handler value
| string Synapse.ML.Services.Translate.DictionaryExamples.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Services.Translate.DictionaryExamples.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| string Synapse.ML.Services.Translate.DictionaryExamples.GetSubscriptionRegion | ( | ) |
Gets subscriptionRegion value
|
inline |
Gets textAndTranslation value
| double Synapse.ML.Services.Translate.DictionaryExamples.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Services.Translate.DictionaryExamples.GetToLanguage | ( | ) |
Gets toLanguage value
| string Synapse.ML.Services.Translate.DictionaryExamples.GetUrl | ( | ) |
Gets url value
|
static |
Loads the DictionaryExamples that was previously saved using Save(string).
| path | The path the previous DictionaryExamples was saved to |
| JavaMLReader<DictionaryExamples> Synapse.ML.Services.Translate.DictionaryExamples.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Services.Translate.DictionaryExamples.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 |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetAADToken | ( | string | value | ) |
Sets value for AADToken
| value | AAD Token used for authentication |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
| value | AAD Token used for authentication |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
| value | A Custom Value for Authorization Header |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
| value | A Custom Value for Authorization Header |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
| value | Service name of the cognitive service if it's custom domain |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
| value | Endpoint of the cognitive service |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
| value | column to hold http errors |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.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. |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.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. |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetHandler | ( | object | value | ) |
Sets value for handler
| value | Which strategy to use when handling requests |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetLinkedService | ( | string | value | ) |
Sets value for linkedService
| value | linkedService name |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
| value | the API key to use |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetSubscriptionRegion | ( | string | value | ) |
Sets value for subscriptionRegion
| value | the API region to use |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetSubscriptionRegionCol | ( | string | value | ) |
Sets value for subscriptionRegion column
| value | the API region to use |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetTextAndTranslation | ( | TextAndTranslation[] | value | ) |
Sets value for textAndTranslation
| value | A string specifying the translated text previously returned by the Dictionary lookup operation. |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetTextAndTranslationCol | ( | string | value | ) |
Sets value for textAndTranslation column
| value | A string specifying the translated text previously returned by the Dictionary lookup operation. |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.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. |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.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. |
| DictionaryExamples Synapse.ML.Services.Translate.DictionaryExamples.SetUrl | ( | string | value | ) |
1.8.17