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

AnalyzeHealthText implements AnalyzeHealthText More...

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

Public Member Functions

 AnalyzeHealthText ()
 Creates a AnalyzeHealthText without any parameters. More...
 
 AnalyzeHealthText (string uid)
 Creates a AnalyzeHealthText with a UID that is used to give the AnalyzeHealthText a unique ID. More...
 
AnalyzeHealthText SetBackoffs (int[] value)
 Sets value for backoffs More...
 
AnalyzeHealthText SetBatchSize (int value)
 Sets value for batchSize More...
 
AnalyzeHealthText SetConcurrency (int value)
 Sets value for concurrency More...
 
AnalyzeHealthText SetConcurrentTimeout (double value)
 Sets value for concurrentTimeout More...
 
AnalyzeHealthText SetDisableServiceLogs (bool value)
 Sets value for disableServiceLogs More...
 
AnalyzeHealthText SetDisableServiceLogsCol (string value)
 Sets value for disableServiceLogs column More...
 
AnalyzeHealthText SetErrorCol (string value)
 Sets value for errorCol More...
 
AnalyzeHealthText SetInitialPollingDelay (int value)
 Sets value for initialPollingDelay More...
 
AnalyzeHealthText SetLanguage (string[] value)
 Sets value for language More...
 
AnalyzeHealthText SetLanguageCol (string value)
 Sets value for language column More...
 
AnalyzeHealthText SetMaxPollingRetries (int value)
 Sets value for maxPollingRetries More...
 
AnalyzeHealthText SetModelVersion (string value)
 Sets value for modelVersion More...
 
AnalyzeHealthText SetModelVersionCol (string value)
 Sets value for modelVersion column More...
 
AnalyzeHealthText SetOutputCol (string value)
 Sets value for outputCol More...
 
AnalyzeHealthText SetPollingDelay (int value)
 Sets value for pollingDelay More...
 
AnalyzeHealthText SetShowStats (bool value)
 Sets value for showStats More...
 
AnalyzeHealthText SetShowStatsCol (string value)
 Sets value for showStats column More...
 
AnalyzeHealthText SetStringIndexType (string value)
 Sets value for stringIndexType More...
 
AnalyzeHealthText SetStringIndexTypeCol (string value)
 Sets value for stringIndexType column More...
 
AnalyzeHealthText SetSubscriptionKey (string value)
 Sets value for subscriptionKey More...
 
AnalyzeHealthText SetSubscriptionKeyCol (string value)
 Sets value for subscriptionKey column More...
 
AnalyzeHealthText SetSuppressMaxRetriesException (bool value)
 Sets value for suppressMaxRetriesException More...
 
AnalyzeHealthText SetText (string[] value)
 Sets value for text More...
 
AnalyzeHealthText SetTextCol (string value)
 Sets value for text column More...
 
AnalyzeHealthText SetTimeout (double value)
 Sets value for timeout More...
 
AnalyzeHealthText SetUrl (string value)
 Sets value for url More...
 
int[] GetBackoffs ()
 Gets backoffs value 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...
 
int GetInitialPollingDelay ()
 Gets initialPollingDelay value More...
 
string[] GetLanguage ()
 Gets language value More...
 
int GetMaxPollingRetries ()
 Gets maxPollingRetries value More...
 
string GetModelVersion ()
 Gets modelVersion value More...
 
string GetOutputCol ()
 Gets outputCol value More...
 
int GetPollingDelay ()
 Gets pollingDelay value More...
 
bool GetShowStats ()
 Gets showStats value More...
 
string GetStringIndexType ()
 Gets stringIndexType value More...
 
string GetSubscriptionKey ()
 Gets subscriptionKey value More...
 
bool GetSuppressMaxRetriesException ()
 Gets suppressMaxRetriesException 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< AnalyzeHealthTextRead ()
 Get the corresponding JavaMLReader instance. More...
 
AnalyzeHealthText SetLocation (string value)
 Sets value for location More...
 
AnalyzeHealthText SetLinkedService (string value)
 Sets value for linkedService More...
 

Static Public Member Functions

static AnalyzeHealthText Load (string path)
 Loads the AnalyzeHealthText that was previously saved using Save(string). More...
 

Detailed Description

AnalyzeHealthText implements AnalyzeHealthText

Constructor & Destructor Documentation

◆ AnalyzeHealthText() [1/2]

Synapse.ML.Cognitive.AnalyzeHealthText.AnalyzeHealthText ( )
inline

Creates a AnalyzeHealthText without any parameters.

◆ AnalyzeHealthText() [2/2]

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

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

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

Member Function Documentation

◆ GetBackoffs()

int [] Synapse.ML.Cognitive.AnalyzeHealthText.GetBackoffs ( )

Gets backoffs value

Returns
backoffs: array of backoffs to use in the handler

◆ GetBatchSize()

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

Gets batchSize value

Returns
batchSize: The max size of the buffer

◆ GetConcurrency()

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

Gets concurrency value

Returns
concurrency: max number of concurrent calls

◆ GetConcurrentTimeout()

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

Gets concurrentTimeout value

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

◆ GetDisableServiceLogs()

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

Gets disableServiceLogs value

Returns
disableServiceLogs: disableServiceLogs option

◆ GetErrorCol()

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

Gets errorCol value

Returns
errorCol: column to hold http errors

◆ GetInitialPollingDelay()

int Synapse.ML.Cognitive.AnalyzeHealthText.GetInitialPollingDelay ( )

Gets initialPollingDelay value

Returns
initialPollingDelay: number of milliseconds to wait before first poll for result

◆ GetLanguage()

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

Gets language value

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

◆ GetMaxPollingRetries()

int Synapse.ML.Cognitive.AnalyzeHealthText.GetMaxPollingRetries ( )

Gets maxPollingRetries value

Returns
maxPollingRetries: number of times to poll

◆ GetModelVersion()

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

Gets modelVersion value

Returns
modelVersion: Version of the model

◆ GetOutputCol()

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

Gets outputCol value

Returns
outputCol: The name of the output column

◆ GetPollingDelay()

int Synapse.ML.Cognitive.AnalyzeHealthText.GetPollingDelay ( )

Gets pollingDelay value

Returns
pollingDelay: number of milliseconds to wait between polling

◆ GetShowStats()

bool Synapse.ML.Cognitive.AnalyzeHealthText.GetShowStats ( )

Gets showStats value

Returns
showStats: Whether to include detailed statistics in the response

◆ GetStringIndexType()

string Synapse.ML.Cognitive.AnalyzeHealthText.GetStringIndexType ( )

Gets stringIndexType value

Returns
stringIndexType: Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets

◆ GetSubscriptionKey()

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

Gets subscriptionKey value

Returns
subscriptionKey: the API key to use

◆ GetSuppressMaxRetriesException()

bool Synapse.ML.Cognitive.AnalyzeHealthText.GetSuppressMaxRetriesException ( )

Gets suppressMaxRetriesException value

Returns
suppressMaxRetriesException: set true to suppress the maxumimum retries exception and report in the error column

◆ GetText()

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

Gets text value

Returns
text: the text in the request body

◆ GetTimeout()

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

Gets timeout value

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

◆ GetUrl()

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

Gets url value

Returns
url: Url of the service

◆ Load()

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

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

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

◆ Read()

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

Get the corresponding JavaMLReader instance.

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

◆ Save()

void Synapse.ML.Cognitive.AnalyzeHealthText.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

◆ SetBackoffs()

AnalyzeHealthText Synapse.ML.Cognitive.AnalyzeHealthText.SetBackoffs ( int[]  value)

Sets value for backoffs

Parameters
valuearray of backoffs to use in the handler
Returns
New AnalyzeHealthText object

◆ SetBatchSize()

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

Sets value for batchSize

Parameters
valueThe max size of the buffer
Returns
New AnalyzeHealthText object

◆ SetConcurrency()

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

Sets value for concurrency

Parameters
valuemax number of concurrent calls
Returns
New AnalyzeHealthText object

◆ SetConcurrentTimeout()

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

Sets value for concurrentTimeout

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

◆ SetDisableServiceLogs()

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

Sets value for disableServiceLogs

Parameters
valuedisableServiceLogs option
Returns
New AnalyzeHealthText object

◆ SetDisableServiceLogsCol()

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

Sets value for disableServiceLogs column

Parameters
valuedisableServiceLogs option
Returns
New AnalyzeHealthText object

◆ SetErrorCol()

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

Sets value for errorCol

Parameters
valuecolumn to hold http errors
Returns
New AnalyzeHealthText object

◆ SetInitialPollingDelay()

AnalyzeHealthText Synapse.ML.Cognitive.AnalyzeHealthText.SetInitialPollingDelay ( int  value)

Sets value for initialPollingDelay

Parameters
valuenumber of milliseconds to wait before first poll for result
Returns
New AnalyzeHealthText object

◆ SetLanguage()

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

Sets value for language

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

◆ SetLanguageCol()

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

Sets value for language column

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

◆ SetLinkedService()

AnalyzeHealthText Synapse.ML.Cognitive.AnalyzeHealthText.SetLinkedService ( string  value)

Sets value for linkedService

Parameters
valuelinkedService name
Returns
New AnalyzeHealthText object

◆ SetLocation()

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

Sets value for location

Parameters
valueLocation of the cognitive service
Returns
New AnalyzeHealthText object

◆ SetMaxPollingRetries()

AnalyzeHealthText Synapse.ML.Cognitive.AnalyzeHealthText.SetMaxPollingRetries ( int  value)

Sets value for maxPollingRetries

Parameters
valuenumber of times to poll
Returns
New AnalyzeHealthText object

◆ SetModelVersion()

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

Sets value for modelVersion

Parameters
valueVersion of the model
Returns
New AnalyzeHealthText object

◆ SetModelVersionCol()

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

Sets value for modelVersion column

Parameters
valueVersion of the model
Returns
New AnalyzeHealthText object

◆ SetOutputCol()

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

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New AnalyzeHealthText object

◆ SetPollingDelay()

AnalyzeHealthText Synapse.ML.Cognitive.AnalyzeHealthText.SetPollingDelay ( int  value)

Sets value for pollingDelay

Parameters
valuenumber of milliseconds to wait between polling
Returns
New AnalyzeHealthText object

◆ SetShowStats()

AnalyzeHealthText Synapse.ML.Cognitive.AnalyzeHealthText.SetShowStats ( bool  value)

Sets value for showStats

Parameters
valueWhether to include detailed statistics in the response
Returns
New AnalyzeHealthText object

◆ SetShowStatsCol()

AnalyzeHealthText Synapse.ML.Cognitive.AnalyzeHealthText.SetShowStatsCol ( string  value)

Sets value for showStats column

Parameters
valueWhether to include detailed statistics in the response
Returns
New AnalyzeHealthText object

◆ SetStringIndexType()

AnalyzeHealthText Synapse.ML.Cognitive.AnalyzeHealthText.SetStringIndexType ( string  value)

Sets value for stringIndexType

Parameters
valueSpecifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets
Returns
New AnalyzeHealthText object

◆ SetStringIndexTypeCol()

AnalyzeHealthText Synapse.ML.Cognitive.AnalyzeHealthText.SetStringIndexTypeCol ( string  value)

Sets value for stringIndexType column

Parameters
valueSpecifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets
Returns
New AnalyzeHealthText object

◆ SetSubscriptionKey()

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

Sets value for subscriptionKey

Parameters
valuethe API key to use
Returns
New AnalyzeHealthText object

◆ SetSubscriptionKeyCol()

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

Sets value for subscriptionKey column

Parameters
valuethe API key to use
Returns
New AnalyzeHealthText object

◆ SetSuppressMaxRetriesException()

AnalyzeHealthText Synapse.ML.Cognitive.AnalyzeHealthText.SetSuppressMaxRetriesException ( bool  value)

Sets value for suppressMaxRetriesException

Parameters
valueset true to suppress the maxumimum retries exception and report in the error column
Returns
New AnalyzeHealthText object

◆ SetText()

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

Sets value for text

Parameters
valuethe text in the request body
Returns
New AnalyzeHealthText object

◆ SetTextCol()

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

Sets value for text column

Parameters
valuethe text in the request body
Returns
New AnalyzeHealthText object

◆ SetTimeout()

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

Sets value for timeout

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

◆ SetUrl()

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

Sets value for url

Parameters
valueUrl of the service
Returns
New AnalyzeHealthText object

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