|
Synapseml
0.10.0
|
GetCustomModel implements GetCustomModel More...


Public Member Functions | |
| GetCustomModel () | |
| Creates a GetCustomModel without any parameters. More... | |
| GetCustomModel (string uid) | |
| Creates a GetCustomModel with a UID that is used to give the GetCustomModel a unique ID. More... | |
| GetCustomModel | SetConcurrency (int value) |
| Sets value for concurrency More... | |
| GetCustomModel | SetConcurrentTimeout (double value) |
| Sets value for concurrentTimeout More... | |
| GetCustomModel | SetErrorCol (string value) |
| Sets value for errorCol More... | |
| GetCustomModel | SetHandler (object value) |
| Sets value for handler More... | |
| GetCustomModel | SetIncludeKeys (bool value) |
| Sets value for includeKeys More... | |
| GetCustomModel | SetIncludeKeysCol (string value) |
| Sets value for includeKeys column More... | |
| GetCustomModel | SetModelId (string value) |
| Sets value for modelId More... | |
| GetCustomModel | SetModelIdCol (string value) |
| Sets value for modelId column More... | |
| GetCustomModel | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| GetCustomModel | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| GetCustomModel | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| GetCustomModel | SetTimeout (double value) |
| Sets value for timeout More... | |
| GetCustomModel | SetUrl (string value) |
| Sets value for url More... | |
| int | GetConcurrency () |
| Gets concurrency value More... | |
| double | GetConcurrentTimeout () |
| Gets concurrentTimeout value More... | |
| string | GetErrorCol () |
| Gets errorCol value More... | |
| object | GetHandler () |
| Gets handler value More... | |
| bool | GetIncludeKeys () |
| Gets includeKeys value More... | |
| string | GetModelId () |
| Gets modelId value More... | |
| string | GetOutputCol () |
| Gets outputCol value More... | |
| string | GetSubscriptionKey () |
| Gets subscriptionKey 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< GetCustomModel > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| GetCustomModel | SetLocation (string value) |
| Sets value for location More... | |
| GetCustomModel | SetLinkedService (string value) |
| Sets value for linkedService More... | |
Static Public Member Functions | |
| static GetCustomModel | Load (string path) |
| Loads the GetCustomModel that was previously saved using Save(string). More... | |
GetCustomModel implements GetCustomModel
|
inline |
Creates a GetCustomModel without any parameters.
|
inline |
Creates a GetCustomModel with a UID that is used to give the GetCustomModel a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| int Synapse.ML.Cognitive.GetCustomModel.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Cognitive.GetCustomModel.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Cognitive.GetCustomModel.GetErrorCol | ( | ) |
Gets errorCol value
| object Synapse.ML.Cognitive.GetCustomModel.GetHandler | ( | ) |
Gets handler value
| bool Synapse.ML.Cognitive.GetCustomModel.GetIncludeKeys | ( | ) |
Gets includeKeys value
| string Synapse.ML.Cognitive.GetCustomModel.GetModelId | ( | ) |
Gets modelId value
| string Synapse.ML.Cognitive.GetCustomModel.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Cognitive.GetCustomModel.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| double Synapse.ML.Cognitive.GetCustomModel.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Cognitive.GetCustomModel.GetUrl | ( | ) |
Gets url value
|
static |
Loads the GetCustomModel that was previously saved using Save(string).
| path | The path the previous GetCustomModel was saved to |
| JavaMLReader<GetCustomModel> Synapse.ML.Cognitive.GetCustomModel.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Cognitive.GetCustomModel.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 |
| GetCustomModel Synapse.ML.Cognitive.GetCustomModel.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| GetCustomModel Synapse.ML.Cognitive.GetCustomModel.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| GetCustomModel Synapse.ML.Cognitive.GetCustomModel.SetErrorCol | ( | string | value | ) |
| GetCustomModel Synapse.ML.Cognitive.GetCustomModel.SetHandler | ( | object | value | ) |
Sets value for handler
| value | Which strategy to use when handling requests |
| GetCustomModel Synapse.ML.Cognitive.GetCustomModel.SetIncludeKeys | ( | bool | value | ) |
Sets value for includeKeys
| value | Include list of extracted keys in model information. |
| GetCustomModel Synapse.ML.Cognitive.GetCustomModel.SetIncludeKeysCol | ( | string | value | ) |
Sets value for includeKeys column
| value | Include list of extracted keys in model information. |
| GetCustomModel Synapse.ML.Cognitive.GetCustomModel.SetLinkedService | ( | string | value | ) |
| GetCustomModel Synapse.ML.Cognitive.GetCustomModel.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| GetCustomModel Synapse.ML.Cognitive.GetCustomModel.SetModelId | ( | string | value | ) |
| GetCustomModel Synapse.ML.Cognitive.GetCustomModel.SetModelIdCol | ( | string | value | ) |
| GetCustomModel Synapse.ML.Cognitive.GetCustomModel.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| GetCustomModel Synapse.ML.Cognitive.GetCustomModel.SetSubscriptionKey | ( | string | value | ) |
| GetCustomModel Synapse.ML.Cognitive.GetCustomModel.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| GetCustomModel Synapse.ML.Cognitive.GetCustomModel.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| GetCustomModel Synapse.ML.Cognitive.GetCustomModel.SetUrl | ( | string | value | ) |
1.8.13