Synapseml  0.10.0
Public Member Functions | Static Public Member Functions | List of all members
Synapse.ML.Cognitive.HealthcareSDK Class Reference

HealthcareSDK implements HealthcareSDK More...

Inheritance diagram for Synapse.ML.Cognitive.HealthcareSDK:
Inheritance graph
[legend]
Collaboration diagram for Synapse.ML.Cognitive.HealthcareSDK:
Collaboration graph
[legend]

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 ()
 
Returns
a JavaMLWriter instance for this ML instance.

 
JavaMLReader< HealthcareSDKRead ()
 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...
 

Detailed Description

HealthcareSDK implements HealthcareSDK

Constructor & Destructor Documentation

◆ HealthcareSDK() [1/2]

Synapse.ML.Cognitive.HealthcareSDK.HealthcareSDK ( )
inline

Creates a HealthcareSDK without any parameters.

◆ HealthcareSDK() [2/2]

Synapse.ML.Cognitive.HealthcareSDK.HealthcareSDK ( string  uid)
inline

Creates a HealthcareSDK with a UID that is used to give the HealthcareSDK a unique ID.

Parameters
uidAn immutable unique ID for the object and its derivatives.

Member Function Documentation

◆ GetBatchSize()

int Synapse.ML.Cognitive.HealthcareSDK.GetBatchSize ( )

Gets batchSize value

Returns
batchSize: The max size of the buffer

◆ GetConcurrency()

int Synapse.ML.Cognitive.HealthcareSDK.GetConcurrency ( )

Gets concurrency value

Returns
concurrency: max number of concurrent calls

◆ GetConcurrentTimeout()

double Synapse.ML.Cognitive.HealthcareSDK.GetConcurrentTimeout ( )

Gets concurrentTimeout value

Returns
concurrentTimeout: max number seconds to wait on futures if concurrency >= 1

◆ GetDisableServiceLogs()

bool Synapse.ML.Cognitive.HealthcareSDK.GetDisableServiceLogs ( )

Gets disableServiceLogs value

Returns
disableServiceLogs: disableServiceLogs option

◆ GetErrorCol()

string Synapse.ML.Cognitive.HealthcareSDK.GetErrorCol ( )

Gets errorCol value

Returns
errorCol: column to hold http errors

◆ GetIncludeStatistics()

bool Synapse.ML.Cognitive.HealthcareSDK.GetIncludeStatistics ( )

Gets includeStatistics value

Returns
includeStatistics: includeStatistics option

◆ GetLanguage()

string [] Synapse.ML.Cognitive.HealthcareSDK.GetLanguage ( )

Gets language value

Returns
language: the language code of the text (optional for some services)

◆ GetModelVersion()

string Synapse.ML.Cognitive.HealthcareSDK.GetModelVersion ( )

Gets modelVersion value

Returns
modelVersion: modelVersion option

◆ GetOutputCol()

string Synapse.ML.Cognitive.HealthcareSDK.GetOutputCol ( )

Gets outputCol value

Returns
outputCol: The name of the output column

◆ GetSubscriptionKey()

string Synapse.ML.Cognitive.HealthcareSDK.GetSubscriptionKey ( )

Gets subscriptionKey value

Returns
subscriptionKey: the API key to use

◆ GetText()

string [] Synapse.ML.Cognitive.HealthcareSDK.GetText ( )

Gets text value

Returns
text: the text in the request body

◆ GetTimeout()

double Synapse.ML.Cognitive.HealthcareSDK.GetTimeout ( )

Gets timeout value

Returns
timeout: number of seconds to wait before closing the connection

◆ GetUrl()

string Synapse.ML.Cognitive.HealthcareSDK.GetUrl ( )

Gets url value

Returns
url: Url of the service

◆ Load()

static HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.Load ( string  path)
static

Loads the HealthcareSDK that was previously saved using Save(string).

Parameters
pathThe path the previous HealthcareSDK was saved to
Returns
New HealthcareSDK object, loaded from path.

◆ Read()

JavaMLReader<HealthcareSDK> Synapse.ML.Cognitive.HealthcareSDK.Read ( )

Get the corresponding JavaMLReader instance.

Returns
an JavaMLReader<HealthcareSDK> instance for this ML instance.

◆ Save()

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.

Parameters
pathThe path to save the object to

◆ SetBatchSize()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetBatchSize ( int  value)

Sets value for batchSize

Parameters
valueThe max size of the buffer
Returns
New HealthcareSDK object

◆ SetConcurrency()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetConcurrency ( int  value)

Sets value for concurrency

Parameters
valuemax number of concurrent calls
Returns
New HealthcareSDK object

◆ SetConcurrentTimeout()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetConcurrentTimeout ( double  value)

Sets value for concurrentTimeout

Parameters
valuemax number seconds to wait on futures if concurrency >= 1
Returns
New HealthcareSDK object

◆ SetDisableServiceLogs()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetDisableServiceLogs ( bool  value)

Sets value for disableServiceLogs

Parameters
valuedisableServiceLogs option
Returns
New HealthcareSDK object

◆ SetDisableServiceLogsCol()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetDisableServiceLogsCol ( string  value)

Sets value for disableServiceLogs column

Parameters
valuedisableServiceLogs option
Returns
New HealthcareSDK object

◆ SetErrorCol()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetErrorCol ( string  value)

Sets value for errorCol

Parameters
valuecolumn to hold http errors
Returns
New HealthcareSDK object

◆ SetIncludeStatistics()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetIncludeStatistics ( bool  value)

Sets value for includeStatistics

Parameters
valueincludeStatistics option
Returns
New HealthcareSDK object

◆ SetIncludeStatisticsCol()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetIncludeStatisticsCol ( string  value)

Sets value for includeStatistics column

Parameters
valueincludeStatistics option
Returns
New HealthcareSDK object

◆ SetLanguage()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetLanguage ( string []  value)

Sets value for language

Parameters
valuethe language code of the text (optional for some services)
Returns
New HealthcareSDK object

◆ SetLanguageCol()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetLanguageCol ( string  value)

Sets value for language column

Parameters
valuethe language code of the text (optional for some services)
Returns
New HealthcareSDK object

◆ SetLocation()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetLocation ( string  value)

Sets value for location

Parameters
valueLocation of the cognitive service
Returns
New HealthcareSDK object

◆ SetModelVersion()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetModelVersion ( string  value)

Sets value for modelVersion

Parameters
valuemodelVersion option
Returns
New HealthcareSDK object

◆ SetModelVersionCol()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetModelVersionCol ( string  value)

Sets value for modelVersion column

Parameters
valuemodelVersion option
Returns
New HealthcareSDK object

◆ SetOutputCol()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetOutputCol ( string  value)

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New HealthcareSDK object

◆ SetSubscriptionKey()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetSubscriptionKey ( string  value)

Sets value for subscriptionKey

Parameters
valuethe API key to use
Returns
New HealthcareSDK object

◆ SetSubscriptionKeyCol()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetSubscriptionKeyCol ( string  value)

Sets value for subscriptionKey column

Parameters
valuethe API key to use
Returns
New HealthcareSDK object

◆ SetText()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetText ( string []  value)

Sets value for text

Parameters
valuethe text in the request body
Returns
New HealthcareSDK object

◆ SetTextCol()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetTextCol ( string  value)

Sets value for text column

Parameters
valuethe text in the request body
Returns
New HealthcareSDK object

◆ SetTimeout()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetTimeout ( double  value)

Sets value for timeout

Parameters
valuenumber of seconds to wait before closing the connection
Returns
New HealthcareSDK object

◆ SetUrl()

HealthcareSDK Synapse.ML.Cognitive.HealthcareSDK.SetUrl ( string  value)

Sets value for url

Parameters
valueUrl of the service
Returns
New HealthcareSDK object

The documentation for this class was generated from the following file: