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