Synapseml
0.10.0
|
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 | 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... | |
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 | 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. |
int Synapse.ML.Cognitive.DictionaryExamples.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.DictionaryExamples.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Cognitive.DictionaryExamples.GetErrorCol | ( | ) |
Gets errorCol value
string Synapse.ML.Cognitive.DictionaryExamples.GetFromLanguage | ( | ) |
Gets fromLanguage value
object Synapse.ML.Cognitive.DictionaryExamples.GetHandler | ( | ) |
Gets handler value
string Synapse.ML.Cognitive.DictionaryExamples.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Cognitive.DictionaryExamples.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
string Synapse.ML.Cognitive.DictionaryExamples.GetSubscriptionRegion | ( | ) |
Gets subscriptionRegion value
|
inline |
Gets textAndTranslation value
double Synapse.ML.Cognitive.DictionaryExamples.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.DictionaryExamples.GetToLanguage | ( | ) |
Gets toLanguage value
string Synapse.ML.Cognitive.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.Cognitive.DictionaryExamples.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.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.Cognitive.DictionaryExamples.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
DictionaryExamples Synapse.ML.Cognitive.DictionaryExamples.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
DictionaryExamples Synapse.ML.Cognitive.DictionaryExamples.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
value | column to hold http errors |
DictionaryExamples Synapse.ML.Cognitive.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.Cognitive.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.Cognitive.DictionaryExamples.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
DictionaryExamples Synapse.ML.Cognitive.DictionaryExamples.SetLinkedService | ( | string | value | ) |
Sets value for linkedService
value | linkedService name |
DictionaryExamples Synapse.ML.Cognitive.DictionaryExamples.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
DictionaryExamples Synapse.ML.Cognitive.DictionaryExamples.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
DictionaryExamples Synapse.ML.Cognitive.DictionaryExamples.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
value | the API key to use |
DictionaryExamples Synapse.ML.Cognitive.DictionaryExamples.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
DictionaryExamples Synapse.ML.Cognitive.DictionaryExamples.SetSubscriptionRegion | ( | string | value | ) |
Sets value for subscriptionRegion
value | the API region to use |
DictionaryExamples Synapse.ML.Cognitive.DictionaryExamples.SetSubscriptionRegionCol | ( | string | value | ) |
Sets value for subscriptionRegion column
value | the API region to use |
DictionaryExamples Synapse.ML.Cognitive.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.Cognitive.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.Cognitive.DictionaryExamples.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
DictionaryExamples Synapse.ML.Cognitive.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.Cognitive.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.Cognitive.DictionaryExamples.SetUrl | ( | string | value | ) |