AzureMachineLearningWebServiceFunctionBinding 类
定义
The binding to an Azure Machine Learning web service.
public class AzureMachineLearningWebServiceFunctionBinding extends FunctionBinding
- 继承
方法
apiKey() |
Get the apiKey value.
|
batchSize() |
Get the batchSize value.
|
endpoint() |
Get the endpoint value.
|
inputs() |
Get the inputs value.
|
outputs() |
Get the outputs value.
|
withApiKey(String apiKey) |
Set the apiKey value.
|
withBatchSize(Integer batchSize) |
Set the batchSize value.
|
withEndpoint(String endpoint) |
Set the endpoint value.
|
withInputs(AzureMachineLearningWebServiceInputs inputs) |
Set the inputs value.
|
withOutputs(List<AzureMachineLearningWebServiceOutputColumn> outputs) |
Set the outputs value.
|