Synapseml
0.10.0
|
Detect implements Detect More...
Public Member Functions | |
Detect () | |
Creates a Detect without any parameters. More... | |
Detect (string uid) | |
Creates a Detect with a UID that is used to give the Detect a unique ID. More... | |
Detect | SetConcurrency (int value) |
Sets value for concurrency More... | |
Detect | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
Detect | SetErrorCol (string value) |
Sets value for errorCol More... | |
Detect | SetHandler (object value) |
Sets value for handler More... | |
Detect | SetOutputCol (string value) |
Sets value for outputCol More... | |
Detect | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
Detect | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
Detect | SetSubscriptionRegion (string value) |
Sets value for subscriptionRegion More... | |
Detect | SetSubscriptionRegionCol (string value) |
Sets value for subscriptionRegion column More... | |
Detect | SetText (string[] value) |
Sets value for text More... | |
Detect | SetTextCol (string value) |
Sets value for text column More... | |
Detect | SetTimeout (double value) |
Sets value for timeout More... | |
Detect | 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 | GetOutputCol () |
Gets outputCol value More... | |
string | GetSubscriptionKey () |
Gets subscriptionKey value More... | |
string | GetSubscriptionRegion () |
Gets subscriptionRegion 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< Detect > | Read () |
Get the corresponding JavaMLReader instance. More... | |
Detect | SetLocation (string value) |
Sets value for location More... | |
Detect | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static Detect | Load (string path) |
Loads the Detect that was previously saved using Save(string). More... | |
|
inline |
Creates a Detect without any parameters.
|
inline |
int Synapse.ML.Cognitive.Detect.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.Detect.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Cognitive.Detect.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Cognitive.Detect.GetHandler | ( | ) |
Gets handler value
string Synapse.ML.Cognitive.Detect.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Cognitive.Detect.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
string Synapse.ML.Cognitive.Detect.GetSubscriptionRegion | ( | ) |
Gets subscriptionRegion value
string [] Synapse.ML.Cognitive.Detect.GetText | ( | ) |
Gets text value
double Synapse.ML.Cognitive.Detect.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.Detect.GetUrl | ( | ) |
Gets url value
|
static |
Loads the Detect that was previously saved using Save(string).
path | The path the previous Detect was saved to |
JavaMLReader<Detect> Synapse.ML.Cognitive.Detect.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.Detect.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 |
Detect Synapse.ML.Cognitive.Detect.SetConcurrency | ( | int | value | ) |
Detect Synapse.ML.Cognitive.Detect.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
Detect Synapse.ML.Cognitive.Detect.SetErrorCol | ( | string | value | ) |
Detect Synapse.ML.Cognitive.Detect.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
Detect Synapse.ML.Cognitive.Detect.SetLinkedService | ( | string | value | ) |
Detect Synapse.ML.Cognitive.Detect.SetLocation | ( | string | value | ) |
Detect Synapse.ML.Cognitive.Detect.SetOutputCol | ( | string | value | ) |
Detect Synapse.ML.Cognitive.Detect.SetSubscriptionKey | ( | string | value | ) |
Detect Synapse.ML.Cognitive.Detect.SetSubscriptionKeyCol | ( | string | value | ) |
Detect Synapse.ML.Cognitive.Detect.SetSubscriptionRegion | ( | string | value | ) |
Detect Synapse.ML.Cognitive.Detect.SetSubscriptionRegionCol | ( | string | value | ) |
Sets value for subscriptionRegion column
value | the API region to use |
Detect Synapse.ML.Cognitive.Detect.SetText | ( | string [] | value | ) |
Detect Synapse.ML.Cognitive.Detect.SetTextCol | ( | string | value | ) |
Detect Synapse.ML.Cognitive.Detect.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
Detect Synapse.ML.Cognitive.Detect.SetUrl | ( | string | value | ) |