Synapseml
0.10.0
|
Public Member Functions | |
NER () | |
Creates a NER without any parameters. More... | |
NER (string uid) | |
Creates a NER with a UID that is used to give the NER a unique ID. More... | |
NER | SetConcurrency (int value) |
Sets value for concurrency More... | |
NER | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
NER | SetErrorCol (string value) |
Sets value for errorCol More... | |
NER | SetHandler (object value) |
Sets value for handler More... | |
NER | SetLanguage (string[] value) |
Sets value for language More... | |
NER | SetLanguageCol (string value) |
Sets value for language column More... | |
NER | SetModelVersion (string value) |
Sets value for modelVersion More... | |
NER | SetModelVersionCol (string value) |
Sets value for modelVersion column More... | |
NER | SetOutputCol (string value) |
Sets value for outputCol More... | |
NER | SetShowStats (bool value) |
Sets value for showStats More... | |
NER | SetShowStatsCol (string value) |
Sets value for showStats column More... | |
NER | SetStringIndexType (string value) |
Sets value for stringIndexType More... | |
NER | SetStringIndexTypeCol (string value) |
Sets value for stringIndexType column More... | |
NER | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
NER | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
NER | SetText (string[] value) |
Sets value for text More... | |
NER | SetTextCol (string value) |
Sets value for text column More... | |
NER | SetTimeout (double value) |
Sets value for timeout More... | |
NER | 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< NER > | Read () |
Get the corresponding JavaMLReader instance. More... | |
NER | SetLocation (string value) |
Sets value for location More... | |
NER | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static NER | Load (string path) |
Loads the NER that was previously saved using Save(string). More... | |
|
inline |
Creates a NER without any parameters.
|
inline |
int Synapse.ML.Cognitive.NER.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.NER.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Cognitive.NER.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Cognitive.NER.GetHandler | ( | ) |
Gets handler value
string [] Synapse.ML.Cognitive.NER.GetLanguage | ( | ) |
Gets language value
string Synapse.ML.Cognitive.NER.GetModelVersion | ( | ) |
Gets modelVersion value
string Synapse.ML.Cognitive.NER.GetOutputCol | ( | ) |
Gets outputCol value
bool Synapse.ML.Cognitive.NER.GetShowStats | ( | ) |
Gets showStats value
string Synapse.ML.Cognitive.NER.GetStringIndexType | ( | ) |
Gets stringIndexType value
string Synapse.ML.Cognitive.NER.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
string [] Synapse.ML.Cognitive.NER.GetText | ( | ) |
Gets text value
double Synapse.ML.Cognitive.NER.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.NER.GetUrl | ( | ) |
Gets url value
|
static |
Loads the NER that was previously saved using Save(string).
path | The path the previous NER was saved to |
JavaMLReader<NER> Synapse.ML.Cognitive.NER.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.NER.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 |
NER Synapse.ML.Cognitive.NER.SetConcurrency | ( | int | value | ) |
NER Synapse.ML.Cognitive.NER.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
NER Synapse.ML.Cognitive.NER.SetErrorCol | ( | string | value | ) |
NER Synapse.ML.Cognitive.NER.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
NER Synapse.ML.Cognitive.NER.SetLanguage | ( | string [] | value | ) |
Sets value for language
value | the language code of the text (optional for some services) |
NER Synapse.ML.Cognitive.NER.SetLanguageCol | ( | string | value | ) |
Sets value for language column
value | the language code of the text (optional for some services) |
NER Synapse.ML.Cognitive.NER.SetLinkedService | ( | string | value | ) |
NER Synapse.ML.Cognitive.NER.SetLocation | ( | string | value | ) |
NER Synapse.ML.Cognitive.NER.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. |
NER Synapse.ML.Cognitive.NER.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. |
NER Synapse.ML.Cognitive.NER.SetOutputCol | ( | string | value | ) |
NER Synapse.ML.Cognitive.NER.SetShowStats | ( | bool | value | ) |
Sets value for showStats
value | if set to true, response will contain input and document level statistics. |
NER Synapse.ML.Cognitive.NER.SetShowStatsCol | ( | string | value | ) |
Sets value for showStats column
value | if set to true, response will contain input and document level statistics. |
NER Synapse.ML.Cognitive.NER.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 |
NER Synapse.ML.Cognitive.NER.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 |
NER Synapse.ML.Cognitive.NER.SetSubscriptionKey | ( | string | value | ) |
NER Synapse.ML.Cognitive.NER.SetSubscriptionKeyCol | ( | string | value | ) |
NER Synapse.ML.Cognitive.NER.SetText | ( | string [] | value | ) |
NER Synapse.ML.Cognitive.NER.SetTextCol | ( | string | value | ) |
NER Synapse.ML.Cognitive.NER.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
NER Synapse.ML.Cognitive.NER.SetUrl | ( | string | value | ) |