Synapseml
0.10.0
|
KeyPhraseExtractor implements KeyPhraseExtractor More...
Public Member Functions | |
KeyPhraseExtractor () | |
Creates a KeyPhraseExtractor without any parameters. More... | |
KeyPhraseExtractor (string uid) | |
Creates a KeyPhraseExtractor with a UID that is used to give the KeyPhraseExtractor a unique ID. More... | |
KeyPhraseExtractor | SetConcurrency (int value) |
Sets value for concurrency More... | |
KeyPhraseExtractor | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
KeyPhraseExtractor | SetErrorCol (string value) |
Sets value for errorCol More... | |
KeyPhraseExtractor | SetHandler (object value) |
Sets value for handler More... | |
KeyPhraseExtractor | SetLanguage (string[] value) |
Sets value for language More... | |
KeyPhraseExtractor | SetLanguageCol (string value) |
Sets value for language column More... | |
KeyPhraseExtractor | SetModelVersion (string value) |
Sets value for modelVersion More... | |
KeyPhraseExtractor | SetModelVersionCol (string value) |
Sets value for modelVersion column More... | |
KeyPhraseExtractor | SetOutputCol (string value) |
Sets value for outputCol More... | |
KeyPhraseExtractor | SetShowStats (bool value) |
Sets value for showStats More... | |
KeyPhraseExtractor | SetShowStatsCol (string value) |
Sets value for showStats column More... | |
KeyPhraseExtractor | SetStringIndexType (string value) |
Sets value for stringIndexType More... | |
KeyPhraseExtractor | SetStringIndexTypeCol (string value) |
Sets value for stringIndexType column More... | |
KeyPhraseExtractor | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
KeyPhraseExtractor | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
KeyPhraseExtractor | SetText (string[] value) |
Sets value for text More... | |
KeyPhraseExtractor | SetTextCol (string value) |
Sets value for text column More... | |
KeyPhraseExtractor | SetTimeout (double value) |
Sets value for timeout More... | |
KeyPhraseExtractor | 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 | GetModelVersion () |
Gets modelVersion value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
bool | GetShowStats () |
Gets showStats value More... | |
string | GetStringIndexType () |
Gets stringIndexType 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< KeyPhraseExtractor > | Read () |
Get the corresponding JavaMLReader instance. More... | |
KeyPhraseExtractor | SetLocation (string value) |
Sets value for location More... | |
KeyPhraseExtractor | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static KeyPhraseExtractor | Load (string path) |
Loads the KeyPhraseExtractor that was previously saved using Save(string). More... | |
KeyPhraseExtractor implements KeyPhraseExtractor
|
inline |
Creates a KeyPhraseExtractor without any parameters.
|
inline |
Creates a KeyPhraseExtractor with a UID that is used to give the KeyPhraseExtractor a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
int Synapse.ML.Cognitive.KeyPhraseExtractor.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.KeyPhraseExtractor.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Cognitive.KeyPhraseExtractor.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Cognitive.KeyPhraseExtractor.GetHandler | ( | ) |
Gets handler value
string [] Synapse.ML.Cognitive.KeyPhraseExtractor.GetLanguage | ( | ) |
Gets language value
string Synapse.ML.Cognitive.KeyPhraseExtractor.GetModelVersion | ( | ) |
Gets modelVersion value
string Synapse.ML.Cognitive.KeyPhraseExtractor.GetOutputCol | ( | ) |
Gets outputCol value
bool Synapse.ML.Cognitive.KeyPhraseExtractor.GetShowStats | ( | ) |
Gets showStats value
string Synapse.ML.Cognitive.KeyPhraseExtractor.GetStringIndexType | ( | ) |
Gets stringIndexType value
string Synapse.ML.Cognitive.KeyPhraseExtractor.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
string [] Synapse.ML.Cognitive.KeyPhraseExtractor.GetText | ( | ) |
Gets text value
double Synapse.ML.Cognitive.KeyPhraseExtractor.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.KeyPhraseExtractor.GetUrl | ( | ) |
Gets url value
|
static |
Loads the KeyPhraseExtractor that was previously saved using Save(string).
path | The path the previous KeyPhraseExtractor was saved to |
JavaMLReader<KeyPhraseExtractor> Synapse.ML.Cognitive.KeyPhraseExtractor.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.KeyPhraseExtractor.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 |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
value | column to hold http errors |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetLanguage | ( | string [] | value | ) |
Sets value for language
value | the language code of the text (optional for some services) |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetLanguageCol | ( | string | value | ) |
Sets value for language column
value | the language code of the text (optional for some services) |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetLinkedService | ( | string | value | ) |
Sets value for linkedService
value | linkedService name |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetModelVersion | ( | string | value | ) |
Sets value for modelVersion
value | This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetModelVersionCol | ( | string | value | ) |
Sets value for modelVersion column
value | This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetShowStats | ( | bool | value | ) |
Sets value for showStats
value | if set to true, response will contain input and document level statistics. |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetShowStatsCol | ( | string | value | ) |
Sets value for showStats column
value | if set to true, response will contain input and document level statistics. |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetStringIndexType | ( | string | value | ) |
Sets value for stringIndexType
value | Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetStringIndexTypeCol | ( | string | value | ) |
Sets value for stringIndexType column
value | Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
value | the API key to use |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetText | ( | string [] | value | ) |
Sets value for text
value | the text in the request body |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetTextCol | ( | string | value | ) |
Sets value for text column
value | the text in the request body |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
KeyPhraseExtractor Synapse.ML.Cognitive.KeyPhraseExtractor.SetUrl | ( | string | value | ) |