|
Synapseml
0.10.0
|
HealthcareSDK implements HealthcareSDK More...


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