|
Synapseml
1.0.4
|
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 | SetAADToken (string value) |
| Sets value for AADToken More... | |
| GetCustomModel | SetAADTokenCol (string value) |
| Sets value for AADToken column More... | |
| GetCustomModel | SetCustomAuthHeader (string value) |
| Sets value for CustomAuthHeader More... | |
| GetCustomModel | SetCustomAuthHeaderCol (string value) |
| Sets value for CustomAuthHeader column 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... | |
| string | GetAADToken () |
| Gets AADToken value More... | |
| string | GetCustomAuthHeader () |
| Gets CustomAuthHeader value 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 | SetCustomServiceName (string value) |
| Sets value for service name More... | |
| GetCustomModel | SetEndpoint (string value) |
| Sets value for endpoint 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. |
| string Synapse.ML.Services.Form.GetCustomModel.GetAADToken | ( | ) |
Gets AADToken value
| int Synapse.ML.Services.Form.GetCustomModel.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Services.Form.GetCustomModel.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Services.Form.GetCustomModel.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
| string Synapse.ML.Services.Form.GetCustomModel.GetErrorCol | ( | ) |
Gets errorCol value
| object Synapse.ML.Services.Form.GetCustomModel.GetHandler | ( | ) |
Gets handler value
| bool Synapse.ML.Services.Form.GetCustomModel.GetIncludeKeys | ( | ) |
Gets includeKeys value
| string Synapse.ML.Services.Form.GetCustomModel.GetModelId | ( | ) |
Gets modelId value
| string Synapse.ML.Services.Form.GetCustomModel.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Services.Form.GetCustomModel.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| double Synapse.ML.Services.Form.GetCustomModel.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Services.Form.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.Services.Form.GetCustomModel.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Services.Form.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.Services.Form.GetCustomModel.SetAADToken | ( | string | value | ) |
Sets value for AADToken
| value | AAD Token used for authentication |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
| value | AAD Token used for authentication |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
| value | A Custom Value for Authorization Header |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
| value | A Custom Value for Authorization Header |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
| value | Service name of the cognitive service if it's custom domain |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
| value | Endpoint of the cognitive service |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetErrorCol | ( | string | value | ) |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetHandler | ( | object | value | ) |
Sets value for handler
| value | Which strategy to use when handling requests |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetIncludeKeys | ( | bool | value | ) |
Sets value for includeKeys
| value | Include list of extracted keys in model information. |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetIncludeKeysCol | ( | string | value | ) |
Sets value for includeKeys column
| value | Include list of extracted keys in model information. |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetLinkedService | ( | string | value | ) |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetModelId | ( | string | value | ) |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetModelIdCol | ( | string | value | ) |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetSubscriptionKey | ( | string | value | ) |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| GetCustomModel Synapse.ML.Services.Form.GetCustomModel.SetUrl | ( | string | value | ) |
1.8.17