|
Synapseml
1.0.4
|
AnalyzeHealthText implements AnalyzeHealthText More...


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 | SetAADToken (string value) |
| Sets value for AADToken More... | |
| AnalyzeHealthText | SetAADTokenCol (string value) |
| Sets value for AADToken column More... | |
| AnalyzeHealthText | SetCustomAuthHeader (string value) |
| Sets value for CustomAuthHeader More... | |
| AnalyzeHealthText | SetCustomAuthHeaderCol (string value) |
| Sets value for CustomAuthHeader column 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... | |
| string | GetAADToken () |
| Gets AADToken value More... | |
| string | GetCustomAuthHeader () |
| Gets CustomAuthHeader value 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 () |
| |
| JavaMLReader< AnalyzeHealthText > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| AnalyzeHealthText | SetCustomServiceName (string value) |
| Sets value for service name More... | |
| AnalyzeHealthText | SetEndpoint (string value) |
| Sets value for endpoint 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... | |
AnalyzeHealthText implements AnalyzeHealthText
|
inline |
Creates a AnalyzeHealthText without any parameters.
|
inline |
Creates a AnalyzeHealthText with a UID that is used to give the AnalyzeHealthText a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| string Synapse.ML.Services.Text.AnalyzeHealthText.GetAADToken | ( | ) |
Gets AADToken value
| int [] Synapse.ML.Services.Text.AnalyzeHealthText.GetBackoffs | ( | ) |
Gets backoffs value
| int Synapse.ML.Services.Text.AnalyzeHealthText.GetBatchSize | ( | ) |
Gets batchSize value
| int Synapse.ML.Services.Text.AnalyzeHealthText.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Services.Text.AnalyzeHealthText.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Services.Text.AnalyzeHealthText.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
| bool Synapse.ML.Services.Text.AnalyzeHealthText.GetDisableServiceLogs | ( | ) |
Gets disableServiceLogs value
| string Synapse.ML.Services.Text.AnalyzeHealthText.GetErrorCol | ( | ) |
Gets errorCol value
| int Synapse.ML.Services.Text.AnalyzeHealthText.GetInitialPollingDelay | ( | ) |
Gets initialPollingDelay value
| string [] Synapse.ML.Services.Text.AnalyzeHealthText.GetLanguage | ( | ) |
Gets language value
| int Synapse.ML.Services.Text.AnalyzeHealthText.GetMaxPollingRetries | ( | ) |
Gets maxPollingRetries value
| string Synapse.ML.Services.Text.AnalyzeHealthText.GetModelVersion | ( | ) |
Gets modelVersion value
| string Synapse.ML.Services.Text.AnalyzeHealthText.GetOutputCol | ( | ) |
Gets outputCol value
| int Synapse.ML.Services.Text.AnalyzeHealthText.GetPollingDelay | ( | ) |
Gets pollingDelay value
| bool Synapse.ML.Services.Text.AnalyzeHealthText.GetShowStats | ( | ) |
Gets showStats value
| string Synapse.ML.Services.Text.AnalyzeHealthText.GetStringIndexType | ( | ) |
Gets stringIndexType value
| string Synapse.ML.Services.Text.AnalyzeHealthText.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| bool Synapse.ML.Services.Text.AnalyzeHealthText.GetSuppressMaxRetriesException | ( | ) |
Gets suppressMaxRetriesException value
| string [] Synapse.ML.Services.Text.AnalyzeHealthText.GetText | ( | ) |
Gets text value
| double Synapse.ML.Services.Text.AnalyzeHealthText.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Services.Text.AnalyzeHealthText.GetUrl | ( | ) |
Gets url value
|
static |
Loads the AnalyzeHealthText that was previously saved using Save(string).
| path | The path the previous AnalyzeHealthText was saved to |
| JavaMLReader<AnalyzeHealthText> Synapse.ML.Services.Text.AnalyzeHealthText.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Services.Text.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.
| path | The path to save the object to |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetAADToken | ( | string | value | ) |
Sets value for AADToken
| value | AAD Token used for authentication |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
| value | AAD Token used for authentication |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetBackoffs | ( | int[] | value | ) |
Sets value for backoffs
| value | array of backoffs to use in the handler |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetBatchSize | ( | int | value | ) |
Sets value for batchSize
| value | The max size of the buffer |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
| value | A Custom Value for Authorization Header |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
| value | A Custom Value for Authorization Header |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
| value | Service name of the cognitive service if it's custom domain |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetDisableServiceLogs | ( | bool | value | ) |
Sets value for disableServiceLogs
| value | disableServiceLogs option |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetDisableServiceLogsCol | ( | string | value | ) |
Sets value for disableServiceLogs column
| value | disableServiceLogs option |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
| value | Endpoint of the cognitive service |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
| value | column to hold http errors |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetInitialPollingDelay | ( | int | value | ) |
Sets value for initialPollingDelay
| value | number of milliseconds to wait before first poll for result |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetLanguage | ( | string[] | value | ) |
Sets value for language
| value | the language code of the text (optional for some services) |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetLanguageCol | ( | string | value | ) |
Sets value for language column
| value | the language code of the text (optional for some services) |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetLinkedService | ( | string | value | ) |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetMaxPollingRetries | ( | int | value | ) |
Sets value for maxPollingRetries
| value | number of times to poll |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetModelVersion | ( | string | value | ) |
Sets value for modelVersion
| value | Version of the model |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetModelVersionCol | ( | string | value | ) |
Sets value for modelVersion column
| value | Version of the model |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetPollingDelay | ( | int | value | ) |
Sets value for pollingDelay
| value | number of milliseconds to wait between polling |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetShowStats | ( | bool | value | ) |
Sets value for showStats
| value | Whether to include detailed statistics in the response |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetShowStatsCol | ( | string | value | ) |
Sets value for showStats column
| value | Whether to include detailed statistics in the response |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetStringIndexType | ( | string | value | ) |
Sets value for stringIndexType
| value | 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 |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetStringIndexTypeCol | ( | string | value | ) |
Sets value for stringIndexType column
| value | 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 |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
| value | the API key to use |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetSuppressMaxRetriesException | ( | bool | value | ) |
Sets value for suppressMaxRetriesException
| value | set true to suppress the maxumimum retries exception and report in the error column |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetText | ( | string[] | value | ) |
Sets value for text
| value | the text in the request body |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetTextCol | ( | string | value | ) |
Sets value for text column
| value | the text in the request body |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| AnalyzeHealthText Synapse.ML.Services.Text.AnalyzeHealthText.SetUrl | ( | string | value | ) |
1.8.17