|
Synapseml
1.0.4
|
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 | SetAADToken (string value) |
| Sets value for AADToken More... | |
| Detect | SetAADTokenCol (string value) |
| Sets value for AADToken column More... | |
| Detect | SetCustomAuthHeader (string value) |
| Sets value for CustomAuthHeader More... | |
| Detect | SetCustomAuthHeaderCol (string value) |
| Sets value for CustomAuthHeader column 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... | |
| string | GetAADToken () |
| Gets AADToken value More... | |
| string | GetCustomAuthHeader () |
| Gets CustomAuthHeader value 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 | SetCustomServiceName (string value) |
| Sets value for service name More... | |
| Detect | SetEndpoint (string value) |
| Sets value for endpoint 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 |
| string Synapse.ML.Services.Translate.Detect.GetAADToken | ( | ) |
Gets AADToken value
| int Synapse.ML.Services.Translate.Detect.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Services.Translate.Detect.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Services.Translate.Detect.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
| string Synapse.ML.Services.Translate.Detect.GetErrorCol | ( | ) |
Gets errorCol value
| object Synapse.ML.Services.Translate.Detect.GetHandler | ( | ) |
Gets handler value
| string Synapse.ML.Services.Translate.Detect.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Services.Translate.Detect.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| string Synapse.ML.Services.Translate.Detect.GetSubscriptionRegion | ( | ) |
Gets subscriptionRegion value
| string [] Synapse.ML.Services.Translate.Detect.GetText | ( | ) |
Gets text value
| double Synapse.ML.Services.Translate.Detect.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Services.Translate.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.Services.Translate.Detect.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Services.Translate.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.Services.Translate.Detect.SetAADToken | ( | string | value | ) |
| Detect Synapse.ML.Services.Translate.Detect.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
| value | AAD Token used for authentication |
| Detect Synapse.ML.Services.Translate.Detect.SetConcurrency | ( | int | value | ) |
| Detect Synapse.ML.Services.Translate.Detect.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| Detect Synapse.ML.Services.Translate.Detect.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
| value | A Custom Value for Authorization Header |
| Detect Synapse.ML.Services.Translate.Detect.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
| value | A Custom Value for Authorization Header |
| Detect Synapse.ML.Services.Translate.Detect.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
| value | Service name of the cognitive service if it's custom domain |
| Detect Synapse.ML.Services.Translate.Detect.SetEndpoint | ( | string | value | ) |
| Detect Synapse.ML.Services.Translate.Detect.SetErrorCol | ( | string | value | ) |
| Detect Synapse.ML.Services.Translate.Detect.SetHandler | ( | object | value | ) |
Sets value for handler
| value | Which strategy to use when handling requests |
| Detect Synapse.ML.Services.Translate.Detect.SetLinkedService | ( | string | value | ) |
| Detect Synapse.ML.Services.Translate.Detect.SetLocation | ( | string | value | ) |
| Detect Synapse.ML.Services.Translate.Detect.SetOutputCol | ( | string | value | ) |
| Detect Synapse.ML.Services.Translate.Detect.SetSubscriptionKey | ( | string | value | ) |
| Detect Synapse.ML.Services.Translate.Detect.SetSubscriptionKeyCol | ( | string | value | ) |
| Detect Synapse.ML.Services.Translate.Detect.SetSubscriptionRegion | ( | string | value | ) |
| Detect Synapse.ML.Services.Translate.Detect.SetSubscriptionRegionCol | ( | string | value | ) |
Sets value for subscriptionRegion column
| value | the API region to use |
| Detect Synapse.ML.Services.Translate.Detect.SetText | ( | string[] | value | ) |
| Detect Synapse.ML.Services.Translate.Detect.SetTextCol | ( | string | value | ) |
| Detect Synapse.ML.Services.Translate.Detect.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| Detect Synapse.ML.Services.Translate.Detect.SetUrl | ( | string | value | ) |
1.8.17