|
Synapseml
1.0.4
|
AnalyzeCustomModel implements AnalyzeCustomModel More...


Public Member Functions | |
| AnalyzeCustomModel () | |
| Creates a AnalyzeCustomModel without any parameters. More... | |
| AnalyzeCustomModel (string uid) | |
| Creates a AnalyzeCustomModel with a UID that is used to give the AnalyzeCustomModel a unique ID. More... | |
| AnalyzeCustomModel | SetAADToken (string value) |
| Sets value for AADToken More... | |
| AnalyzeCustomModel | SetAADTokenCol (string value) |
| Sets value for AADToken column More... | |
| AnalyzeCustomModel | SetCustomAuthHeader (string value) |
| Sets value for CustomAuthHeader More... | |
| AnalyzeCustomModel | SetCustomAuthHeaderCol (string value) |
| Sets value for CustomAuthHeader column More... | |
| AnalyzeCustomModel | SetBackoffs (int[] value) |
| Sets value for backoffs More... | |
| AnalyzeCustomModel | SetConcurrency (int value) |
| Sets value for concurrency More... | |
| AnalyzeCustomModel | SetConcurrentTimeout (double value) |
| Sets value for concurrentTimeout More... | |
| AnalyzeCustomModel | SetErrorCol (string value) |
| Sets value for errorCol More... | |
| AnalyzeCustomModel | SetImageBytes (byte[] value) |
| Sets value for imageBytes More... | |
| AnalyzeCustomModel | SetImageBytesCol (string value) |
| Sets value for imageBytes column More... | |
| AnalyzeCustomModel | SetImageUrl (string value) |
| Sets value for imageUrl More... | |
| AnalyzeCustomModel | SetImageUrlCol (string value) |
| Sets value for imageUrl column More... | |
| AnalyzeCustomModel | SetIncludeTextDetails (bool value) |
| Sets value for includeTextDetails More... | |
| AnalyzeCustomModel | SetIncludeTextDetailsCol (string value) |
| Sets value for includeTextDetails column More... | |
| AnalyzeCustomModel | SetInitialPollingDelay (int value) |
| Sets value for initialPollingDelay More... | |
| AnalyzeCustomModel | SetMaxPollingRetries (int value) |
| Sets value for maxPollingRetries More... | |
| AnalyzeCustomModel | SetModelId (string value) |
| Sets value for modelId More... | |
| AnalyzeCustomModel | SetModelIdCol (string value) |
| Sets value for modelId column More... | |
| AnalyzeCustomModel | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| AnalyzeCustomModel | SetPollingDelay (int value) |
| Sets value for pollingDelay More... | |
| AnalyzeCustomModel | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| AnalyzeCustomModel | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| AnalyzeCustomModel | SetSuppressMaxRetriesException (bool value) |
| Sets value for suppressMaxRetriesException More... | |
| AnalyzeCustomModel | SetTimeout (double value) |
| Sets value for timeout More... | |
| AnalyzeCustomModel | 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 | GetConcurrency () |
| Gets concurrency value More... | |
| double | GetConcurrentTimeout () |
| Gets concurrentTimeout value More... | |
| string | GetErrorCol () |
| Gets errorCol value More... | |
| byte[] | GetImageBytes () |
| Gets imageBytes value More... | |
| string | GetImageUrl () |
| Gets imageUrl value More... | |
| bool | GetIncludeTextDetails () |
| Gets includeTextDetails value More... | |
| int | GetInitialPollingDelay () |
| Gets initialPollingDelay value More... | |
| int | GetMaxPollingRetries () |
| Gets maxPollingRetries value More... | |
| string | GetModelId () |
| Gets modelId value More... | |
| string | GetOutputCol () |
| Gets outputCol value More... | |
| int | GetPollingDelay () |
| Gets pollingDelay value More... | |
| string | GetSubscriptionKey () |
| Gets subscriptionKey value More... | |
| bool | GetSuppressMaxRetriesException () |
| Gets suppressMaxRetriesException 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< AnalyzeCustomModel > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| AnalyzeCustomModel | SetCustomServiceName (string value) |
| Sets value for service name More... | |
| AnalyzeCustomModel | SetEndpoint (string value) |
| Sets value for endpoint More... | |
| AnalyzeCustomModel | SetLocation (string value) |
| Sets value for location More... | |
| AnalyzeCustomModel | SetLinkedService (string value) |
| Sets value for linkedService More... | |
Static Public Member Functions | |
| static AnalyzeCustomModel | Load (string path) |
| Loads the AnalyzeCustomModel that was previously saved using Save(string). More... | |
AnalyzeCustomModel implements AnalyzeCustomModel
|
inline |
Creates a AnalyzeCustomModel without any parameters.
|
inline |
Creates a AnalyzeCustomModel with a UID that is used to give the AnalyzeCustomModel a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| string Synapse.ML.Services.Form.AnalyzeCustomModel.GetAADToken | ( | ) |
Gets AADToken value
| int [] Synapse.ML.Services.Form.AnalyzeCustomModel.GetBackoffs | ( | ) |
Gets backoffs value
| int Synapse.ML.Services.Form.AnalyzeCustomModel.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Services.Form.AnalyzeCustomModel.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Services.Form.AnalyzeCustomModel.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
| string Synapse.ML.Services.Form.AnalyzeCustomModel.GetErrorCol | ( | ) |
Gets errorCol value
| byte [] Synapse.ML.Services.Form.AnalyzeCustomModel.GetImageBytes | ( | ) |
Gets imageBytes value
| string Synapse.ML.Services.Form.AnalyzeCustomModel.GetImageUrl | ( | ) |
Gets imageUrl value
| bool Synapse.ML.Services.Form.AnalyzeCustomModel.GetIncludeTextDetails | ( | ) |
Gets includeTextDetails value
| int Synapse.ML.Services.Form.AnalyzeCustomModel.GetInitialPollingDelay | ( | ) |
Gets initialPollingDelay value
| int Synapse.ML.Services.Form.AnalyzeCustomModel.GetMaxPollingRetries | ( | ) |
Gets maxPollingRetries value
| string Synapse.ML.Services.Form.AnalyzeCustomModel.GetModelId | ( | ) |
Gets modelId value
| string Synapse.ML.Services.Form.AnalyzeCustomModel.GetOutputCol | ( | ) |
Gets outputCol value
| int Synapse.ML.Services.Form.AnalyzeCustomModel.GetPollingDelay | ( | ) |
Gets pollingDelay value
| string Synapse.ML.Services.Form.AnalyzeCustomModel.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| bool Synapse.ML.Services.Form.AnalyzeCustomModel.GetSuppressMaxRetriesException | ( | ) |
Gets suppressMaxRetriesException value
| double Synapse.ML.Services.Form.AnalyzeCustomModel.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Services.Form.AnalyzeCustomModel.GetUrl | ( | ) |
Gets url value
|
static |
Loads the AnalyzeCustomModel that was previously saved using Save(string).
| path | The path the previous AnalyzeCustomModel was saved to |
| JavaMLReader<AnalyzeCustomModel> Synapse.ML.Services.Form.AnalyzeCustomModel.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Services.Form.AnalyzeCustomModel.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 |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetAADToken | ( | string | value | ) |
Sets value for AADToken
| value | AAD Token used for authentication |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
| value | AAD Token used for authentication |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetBackoffs | ( | int[] | value | ) |
Sets value for backoffs
| value | array of backoffs to use in the handler |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
| value | A Custom Value for Authorization Header |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
| value | A Custom Value for Authorization Header |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
| value | Service name of the cognitive service if it's custom domain |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
| value | Endpoint of the cognitive service |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
| value | column to hold http errors |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetImageBytes | ( | byte[] | value | ) |
Sets value for imageBytes
| value | bytestream of the image to use |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetImageBytesCol | ( | string | value | ) |
Sets value for imageBytes column
| value | bytestream of the image to use |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetImageUrl | ( | string | value | ) |
Sets value for imageUrl
| value | the url of the image to use |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetImageUrlCol | ( | string | value | ) |
Sets value for imageUrl column
| value | the url of the image to use |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetIncludeTextDetails | ( | bool | value | ) |
Sets value for includeTextDetails
| value | Include text lines and element references in the result. |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetIncludeTextDetailsCol | ( | string | value | ) |
Sets value for includeTextDetails column
| value | Include text lines and element references in the result. |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetInitialPollingDelay | ( | int | value | ) |
Sets value for initialPollingDelay
| value | number of milliseconds to wait before first poll for result |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetLinkedService | ( | string | value | ) |
Sets value for linkedService
| value | linkedService name |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetMaxPollingRetries | ( | int | value | ) |
Sets value for maxPollingRetries
| value | number of times to poll |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetModelId | ( | string | value | ) |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetModelIdCol | ( | string | value | ) |
Sets value for modelId column
| value | Model identifier. |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetPollingDelay | ( | int | value | ) |
Sets value for pollingDelay
| value | number of milliseconds to wait between polling |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
| value | the API key to use |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetSuppressMaxRetriesException | ( | bool | value | ) |
Sets value for suppressMaxRetriesException
| value | set true to suppress the maxumimum retries exception and report in the error column |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| AnalyzeCustomModel Synapse.ML.Services.Form.AnalyzeCustomModel.SetUrl | ( | string | value | ) |
1.8.17