|
Synapseml
0.10.0
|
EntityDetectorV2 implements EntityDetectorV2 More...


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