Synapseml
0.10.0
|
TextSentimentV2 implements TextSentimentV2 More...
Public Member Functions | |
TextSentimentV2 () | |
Creates a TextSentimentV2 without any parameters. More... | |
TextSentimentV2 (string uid) | |
Creates a TextSentimentV2 with a UID that is used to give the TextSentimentV2 a unique ID. More... | |
TextSentimentV2 | SetConcurrency (int value) |
Sets value for concurrency More... | |
TextSentimentV2 | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
TextSentimentV2 | SetErrorCol (string value) |
Sets value for errorCol More... | |
TextSentimentV2 | SetHandler (object value) |
Sets value for handler More... | |
TextSentimentV2 | SetLanguage (string[] value) |
Sets value for language More... | |
TextSentimentV2 | SetLanguageCol (string value) |
Sets value for language column More... | |
TextSentimentV2 | SetOutputCol (string value) |
Sets value for outputCol More... | |
TextSentimentV2 | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
TextSentimentV2 | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
TextSentimentV2 | SetText (string[] value) |
Sets value for text More... | |
TextSentimentV2 | SetTextCol (string value) |
Sets value for text column More... | |
TextSentimentV2 | SetTimeout (double value) |
Sets value for timeout More... | |
TextSentimentV2 | 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 | 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< TextSentimentV2 > | Read () |
Get the corresponding JavaMLReader instance. More... | |
TextSentimentV2 | SetLocation (string value) |
Sets value for location More... | |
TextSentimentV2 | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static TextSentimentV2 | Load (string path) |
Loads the TextSentimentV2 that was previously saved using Save(string). More... | |
TextSentimentV2 implements TextSentimentV2
|
inline |
Creates a TextSentimentV2 without any parameters.
|
inline |
Creates a TextSentimentV2 with a UID that is used to give the TextSentimentV2 a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
int Synapse.ML.Cognitive.TextSentimentV2.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.TextSentimentV2.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Cognitive.TextSentimentV2.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Cognitive.TextSentimentV2.GetHandler | ( | ) |
Gets handler value
string [] Synapse.ML.Cognitive.TextSentimentV2.GetLanguage | ( | ) |
Gets language value
string Synapse.ML.Cognitive.TextSentimentV2.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Cognitive.TextSentimentV2.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
string [] Synapse.ML.Cognitive.TextSentimentV2.GetText | ( | ) |
Gets text value
double Synapse.ML.Cognitive.TextSentimentV2.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.TextSentimentV2.GetUrl | ( | ) |
Gets url value
|
static |
Loads the TextSentimentV2 that was previously saved using Save(string).
path | The path the previous TextSentimentV2 was saved to |
JavaMLReader<TextSentimentV2> Synapse.ML.Cognitive.TextSentimentV2.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.TextSentimentV2.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 |
TextSentimentV2 Synapse.ML.Cognitive.TextSentimentV2.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
TextSentimentV2 Synapse.ML.Cognitive.TextSentimentV2.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
TextSentimentV2 Synapse.ML.Cognitive.TextSentimentV2.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
value | column to hold http errors |
TextSentimentV2 Synapse.ML.Cognitive.TextSentimentV2.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
TextSentimentV2 Synapse.ML.Cognitive.TextSentimentV2.SetLanguage | ( | string [] | value | ) |
Sets value for language
value | the language code of the text (optional for some services) |
TextSentimentV2 Synapse.ML.Cognitive.TextSentimentV2.SetLanguageCol | ( | string | value | ) |
Sets value for language column
value | the language code of the text (optional for some services) |
TextSentimentV2 Synapse.ML.Cognitive.TextSentimentV2.SetLinkedService | ( | string | value | ) |
TextSentimentV2 Synapse.ML.Cognitive.TextSentimentV2.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
TextSentimentV2 Synapse.ML.Cognitive.TextSentimentV2.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
TextSentimentV2 Synapse.ML.Cognitive.TextSentimentV2.SetSubscriptionKey | ( | string | value | ) |
TextSentimentV2 Synapse.ML.Cognitive.TextSentimentV2.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
TextSentimentV2 Synapse.ML.Cognitive.TextSentimentV2.SetText | ( | string [] | value | ) |
TextSentimentV2 Synapse.ML.Cognitive.TextSentimentV2.SetTextCol | ( | string | value | ) |
Sets value for text column
value | the text in the request body |
TextSentimentV2 Synapse.ML.Cognitive.TextSentimentV2.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
TextSentimentV2 Synapse.ML.Cognitive.TextSentimentV2.SetUrl | ( | string | value | ) |