Synapseml
0.10.0
|
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 | 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 | SetModelVersion (string value) |
Sets value for modelVersion More... | |
AnalyzeCustomModel | SetModelVersionCol (string value) |
Sets value for modelVersion 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 | SetSuppressMaxRetriesExceededException (bool value) |
Sets value for suppressMaxRetriesExceededException More... | |
AnalyzeCustomModel | SetTimeout (double value) |
Sets value for timeout More... | |
AnalyzeCustomModel | SetUrl (string value) |
Sets value for url 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 | GetModelVersion () |
Gets modelVersion value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
int | GetPollingDelay () |
Gets pollingDelay value More... | |
string | GetSubscriptionKey () |
Gets subscriptionKey value More... | |
bool | GetSuppressMaxRetriesExceededException () |
Gets suppressMaxRetriesExceededException 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 | 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. |
int [] Synapse.ML.Cognitive.AnalyzeCustomModel.GetBackoffs | ( | ) |
Gets backoffs value
int Synapse.ML.Cognitive.AnalyzeCustomModel.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.AnalyzeCustomModel.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Cognitive.AnalyzeCustomModel.GetErrorCol | ( | ) |
Gets errorCol value
byte [] Synapse.ML.Cognitive.AnalyzeCustomModel.GetImageBytes | ( | ) |
Gets imageBytes value
string Synapse.ML.Cognitive.AnalyzeCustomModel.GetImageUrl | ( | ) |
Gets imageUrl value
bool Synapse.ML.Cognitive.AnalyzeCustomModel.GetIncludeTextDetails | ( | ) |
Gets includeTextDetails value
int Synapse.ML.Cognitive.AnalyzeCustomModel.GetInitialPollingDelay | ( | ) |
Gets initialPollingDelay value
int Synapse.ML.Cognitive.AnalyzeCustomModel.GetMaxPollingRetries | ( | ) |
Gets maxPollingRetries value
string Synapse.ML.Cognitive.AnalyzeCustomModel.GetModelId | ( | ) |
Gets modelId value
string Synapse.ML.Cognitive.AnalyzeCustomModel.GetModelVersion | ( | ) |
Gets modelVersion value
string Synapse.ML.Cognitive.AnalyzeCustomModel.GetOutputCol | ( | ) |
Gets outputCol value
int Synapse.ML.Cognitive.AnalyzeCustomModel.GetPollingDelay | ( | ) |
Gets pollingDelay value
string Synapse.ML.Cognitive.AnalyzeCustomModel.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
bool Synapse.ML.Cognitive.AnalyzeCustomModel.GetSuppressMaxRetriesExceededException | ( | ) |
Gets suppressMaxRetriesExceededException value
double Synapse.ML.Cognitive.AnalyzeCustomModel.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.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.Cognitive.AnalyzeCustomModel.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.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.Cognitive.AnalyzeCustomModel.SetBackoffs | ( | int [] | value | ) |
Sets value for backoffs
value | array of backoffs to use in the handler |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
value | column to hold http errors |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetImageBytes | ( | byte [] | value | ) |
Sets value for imageBytes
value | bytestream of the image to use |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetImageBytesCol | ( | string | value | ) |
Sets value for imageBytes column
value | bytestream of the image to use |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetImageUrl | ( | string | value | ) |
Sets value for imageUrl
value | the url of the image to use |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetImageUrlCol | ( | string | value | ) |
Sets value for imageUrl column
value | the url of the image to use |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetIncludeTextDetails | ( | bool | value | ) |
Sets value for includeTextDetails
value | Include text lines and element references in the result. |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetIncludeTextDetailsCol | ( | string | value | ) |
Sets value for includeTextDetails column
value | Include text lines and element references in the result. |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetInitialPollingDelay | ( | int | value | ) |
Sets value for initialPollingDelay
value | number of milliseconds to wait before first poll for result |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetLinkedService | ( | string | value | ) |
Sets value for linkedService
value | linkedService name |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetMaxPollingRetries | ( | int | value | ) |
Sets value for maxPollingRetries
value | number of times to poll |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetModelId | ( | string | value | ) |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetModelIdCol | ( | string | value | ) |
Sets value for modelId column
value | Model identifier. |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetModelVersion | ( | string | value | ) |
Sets value for modelVersion
value | This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetModelVersionCol | ( | string | value | ) |
Sets value for modelVersion column
value | This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetPollingDelay | ( | int | value | ) |
Sets value for pollingDelay
value | number of milliseconds to wait between polling |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
value | the API key to use |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetSuppressMaxRetriesExceededException | ( | bool | value | ) |
Sets value for suppressMaxRetriesExceededException
value | set true to suppress the maxumimum retries exception and report in the error column |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
AnalyzeCustomModel Synapse.ML.Cognitive.AnalyzeCustomModel.SetUrl | ( | string | value | ) |