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