|
Synapseml
0.10.0
|
KeyPhraseExtractorSDK implements KeyPhraseExtractorSDK More...


Public Member Functions | |
| KeyPhraseExtractorSDK () | |
| Creates a KeyPhraseExtractorSDK without any parameters. More... | |
| KeyPhraseExtractorSDK (string uid) | |
| Creates a KeyPhraseExtractorSDK with a UID that is used to give the KeyPhraseExtractorSDK a unique ID. More... | |
| KeyPhraseExtractorSDK | SetBatchSize (int value) |
| Sets value for batchSize More... | |
| KeyPhraseExtractorSDK | SetConcurrency (int value) |
| Sets value for concurrency More... | |
| KeyPhraseExtractorSDK | SetConcurrentTimeout (double value) |
| Sets value for concurrentTimeout More... | |
| KeyPhraseExtractorSDK | SetDisableServiceLogs (bool value) |
| Sets value for disableServiceLogs More... | |
| KeyPhraseExtractorSDK | SetDisableServiceLogsCol (string value) |
| Sets value for disableServiceLogs column More... | |
| KeyPhraseExtractorSDK | SetErrorCol (string value) |
| Sets value for errorCol More... | |
| KeyPhraseExtractorSDK | SetIncludeStatistics (bool value) |
| Sets value for includeStatistics More... | |
| KeyPhraseExtractorSDK | SetIncludeStatisticsCol (string value) |
| Sets value for includeStatistics column More... | |
| KeyPhraseExtractorSDK | SetLanguage (string[] value) |
| Sets value for language More... | |
| KeyPhraseExtractorSDK | SetLanguageCol (string value) |
| Sets value for language column More... | |
| KeyPhraseExtractorSDK | SetModelVersion (string value) |
| Sets value for modelVersion More... | |
| KeyPhraseExtractorSDK | SetModelVersionCol (string value) |
| Sets value for modelVersion column More... | |
| KeyPhraseExtractorSDK | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| KeyPhraseExtractorSDK | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| KeyPhraseExtractorSDK | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| KeyPhraseExtractorSDK | SetText (string[] value) |
| Sets value for text More... | |
| KeyPhraseExtractorSDK | SetTextCol (string value) |
| Sets value for text column More... | |
| KeyPhraseExtractorSDK | SetTimeout (double value) |
| Sets value for timeout More... | |
| KeyPhraseExtractorSDK | SetUrl (string value) |
| Sets value for url More... | |
| int | GetBatchSize () |
| Gets batchSize value More... | |
| int | GetConcurrency () |
| Gets concurrency value More... | |
| double | GetConcurrentTimeout () |
| Gets concurrentTimeout value More... | |
| bool | GetDisableServiceLogs () |
| Gets disableServiceLogs value More... | |
| string | GetErrorCol () |
| Gets errorCol value More... | |
| bool | GetIncludeStatistics () |
| Gets includeStatistics value More... | |
| string [] | GetLanguage () |
| Gets language value More... | |
| string | GetModelVersion () |
| Gets modelVersion value More... | |
| string | GetOutputCol () |
| Gets outputCol value More... | |
| string | GetSubscriptionKey () |
| Gets subscriptionKey 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< KeyPhraseExtractorSDK > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| KeyPhraseExtractorSDK | SetLocation (string value) |
| Sets value for location More... | |
Static Public Member Functions | |
| static KeyPhraseExtractorSDK | Load (string path) |
| Loads the KeyPhraseExtractorSDK that was previously saved using Save(string). More... | |
KeyPhraseExtractorSDK implements KeyPhraseExtractorSDK
|
inline |
Creates a KeyPhraseExtractorSDK without any parameters.
|
inline |
Creates a KeyPhraseExtractorSDK with a UID that is used to give the KeyPhraseExtractorSDK a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| int Synapse.ML.Cognitive.KeyPhraseExtractorSDK.GetBatchSize | ( | ) |
Gets batchSize value
| int Synapse.ML.Cognitive.KeyPhraseExtractorSDK.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Cognitive.KeyPhraseExtractorSDK.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| bool Synapse.ML.Cognitive.KeyPhraseExtractorSDK.GetDisableServiceLogs | ( | ) |
Gets disableServiceLogs value
| string Synapse.ML.Cognitive.KeyPhraseExtractorSDK.GetErrorCol | ( | ) |
Gets errorCol value
| bool Synapse.ML.Cognitive.KeyPhraseExtractorSDK.GetIncludeStatistics | ( | ) |
Gets includeStatistics value
| string [] Synapse.ML.Cognitive.KeyPhraseExtractorSDK.GetLanguage | ( | ) |
Gets language value
| string Synapse.ML.Cognitive.KeyPhraseExtractorSDK.GetModelVersion | ( | ) |
Gets modelVersion value
| string Synapse.ML.Cognitive.KeyPhraseExtractorSDK.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Cognitive.KeyPhraseExtractorSDK.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| string [] Synapse.ML.Cognitive.KeyPhraseExtractorSDK.GetText | ( | ) |
Gets text value
| double Synapse.ML.Cognitive.KeyPhraseExtractorSDK.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Cognitive.KeyPhraseExtractorSDK.GetUrl | ( | ) |
Gets url value
|
static |
Loads the KeyPhraseExtractorSDK that was previously saved using Save(string).
| path | The path the previous KeyPhraseExtractorSDK was saved to |
| JavaMLReader<KeyPhraseExtractorSDK> Synapse.ML.Cognitive.KeyPhraseExtractorSDK.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Cognitive.KeyPhraseExtractorSDK.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 |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetBatchSize | ( | int | value | ) |
Sets value for batchSize
| value | The max size of the buffer |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetDisableServiceLogs | ( | bool | value | ) |
Sets value for disableServiceLogs
| value | disableServiceLogs option |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetDisableServiceLogsCol | ( | string | value | ) |
Sets value for disableServiceLogs column
| value | disableServiceLogs option |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
| value | column to hold http errors |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetIncludeStatistics | ( | bool | value | ) |
Sets value for includeStatistics
| value | includeStatistics option |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetIncludeStatisticsCol | ( | string | value | ) |
Sets value for includeStatistics column
| value | includeStatistics option |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetLanguage | ( | string [] | value | ) |
Sets value for language
| value | the language code of the text (optional for some services) |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetLanguageCol | ( | string | value | ) |
Sets value for language column
| value | the language code of the text (optional for some services) |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetModelVersion | ( | string | value | ) |
Sets value for modelVersion
| value | modelVersion option |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetModelVersionCol | ( | string | value | ) |
Sets value for modelVersion column
| value | modelVersion option |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
| value | the API key to use |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetText | ( | string [] | value | ) |
Sets value for text
| value | the text in the request body |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetTextCol | ( | string | value | ) |
Sets value for text column
| value | the text in the request body |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| KeyPhraseExtractorSDK Synapse.ML.Cognitive.KeyPhraseExtractorSDK.SetUrl | ( | string | value | ) |
1.8.13