|
Synapseml
0.10.0
|
BreakSentence implements BreakSentence More...


Public Member Functions | |
| BreakSentence () | |
| Creates a BreakSentence without any parameters. More... | |
| BreakSentence (string uid) | |
| Creates a BreakSentence with a UID that is used to give the BreakSentence a unique ID. More... | |
| BreakSentence | SetConcurrency (int value) |
| Sets value for concurrency More... | |
| BreakSentence | SetConcurrentTimeout (double value) |
| Sets value for concurrentTimeout More... | |
| BreakSentence | SetErrorCol (string value) |
| Sets value for errorCol More... | |
| BreakSentence | SetHandler (object value) |
| Sets value for handler More... | |
| BreakSentence | SetLanguage (string value) |
| Sets value for language More... | |
| BreakSentence | SetLanguageCol (string value) |
| Sets value for language column More... | |
| BreakSentence | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| BreakSentence | SetScript (string value) |
| Sets value for script More... | |
| BreakSentence | SetScriptCol (string value) |
| Sets value for script column More... | |
| BreakSentence | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| BreakSentence | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| BreakSentence | SetSubscriptionRegion (string value) |
| Sets value for subscriptionRegion More... | |
| BreakSentence | SetSubscriptionRegionCol (string value) |
| Sets value for subscriptionRegion column More... | |
| BreakSentence | SetText (string[] value) |
| Sets value for text More... | |
| BreakSentence | SetTextCol (string value) |
| Sets value for text column More... | |
| BreakSentence | SetTimeout (double value) |
| Sets value for timeout More... | |
| BreakSentence | 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... | |
| object | GetHandler () |
| Gets handler value More... | |
| string | GetLanguage () |
| Gets language value More... | |
| string | GetOutputCol () |
| Gets outputCol value More... | |
| string | GetScript () |
| Gets script 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 | 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< BreakSentence > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| BreakSentence | SetLocation (string value) |
| Sets value for location More... | |
| BreakSentence | SetLinkedService (string value) |
| Sets value for linkedService More... | |
Static Public Member Functions | |
| static BreakSentence | Load (string path) |
| Loads the BreakSentence that was previously saved using Save(string). More... | |
BreakSentence implements BreakSentence
|
inline |
Creates a BreakSentence without any parameters.
|
inline |
Creates a BreakSentence with a UID that is used to give the BreakSentence a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| int Synapse.ML.Cognitive.BreakSentence.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Cognitive.BreakSentence.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Cognitive.BreakSentence.GetErrorCol | ( | ) |
Gets errorCol value
| object Synapse.ML.Cognitive.BreakSentence.GetHandler | ( | ) |
Gets handler value
| string Synapse.ML.Cognitive.BreakSentence.GetLanguage | ( | ) |
Gets language value
| string Synapse.ML.Cognitive.BreakSentence.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Cognitive.BreakSentence.GetScript | ( | ) |
Gets script value
| string Synapse.ML.Cognitive.BreakSentence.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| string Synapse.ML.Cognitive.BreakSentence.GetSubscriptionRegion | ( | ) |
Gets subscriptionRegion value
| string [] Synapse.ML.Cognitive.BreakSentence.GetText | ( | ) |
Gets text value
| double Synapse.ML.Cognitive.BreakSentence.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Cognitive.BreakSentence.GetUrl | ( | ) |
Gets url value
|
static |
Loads the BreakSentence that was previously saved using Save(string).
| path | The path the previous BreakSentence was saved to |
| JavaMLReader<BreakSentence> Synapse.ML.Cognitive.BreakSentence.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Cognitive.BreakSentence.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 |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetErrorCol | ( | string | value | ) |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetHandler | ( | object | value | ) |
Sets value for handler
| value | Which strategy to use when handling requests |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetLanguage | ( | string | value | ) |
Sets value for language
| value | Language tag identifying the language of the input text. If a code is not specified, automatic language detection will be applied. |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetLanguageCol | ( | string | value | ) |
Sets value for language column
| value | Language tag identifying the language of the input text. If a code is not specified, automatic language detection will be applied. |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetLinkedService | ( | string | value | ) |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetScript | ( | string | value | ) |
Sets value for script
| value | Script tag identifying the script used by the input text. If a script is not specified, the default script of the language will be assumed. |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetScriptCol | ( | string | value | ) |
Sets value for script column
| value | Script tag identifying the script used by the input text. If a script is not specified, the default script of the language will be assumed. |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetSubscriptionKey | ( | string | value | ) |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetSubscriptionRegion | ( | string | value | ) |
Sets value for subscriptionRegion
| value | the API region to use |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetSubscriptionRegionCol | ( | string | value | ) |
Sets value for subscriptionRegion column
| value | the API region to use |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetText | ( | string [] | value | ) |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetTextCol | ( | string | value | ) |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| BreakSentence Synapse.ML.Cognitive.BreakSentence.SetUrl | ( | string | value | ) |
1.8.13