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