AzureMachineLearningWebServiceFunctionBinding Class
- java.
lang. Object - FunctionBinding
- com.
microsoft. azure. management. streamanalytics. AzureMachineLearningWebServiceFunctionBinding
- com.
public class AzureMachineLearningWebServiceFunctionBinding extends FunctionBinding
The binding to an Azure Machine Learning web service.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
apiKey()
Get the apiKey value. |
Integer |
batchSize()
Get the batchSize value. |
String |
endpoint()
Get the endpoint value. |
Azure |
inputs()
Get the inputs value. |
List<Azure |
outputs()
Get the outputs value. |
Azure |
withApiKey(String apiKey)
Set the apiKey value. |
Azure |
withBatchSize(Integer batchSize)
Set the batchSize value. |
Azure |
withEndpoint(String endpoint)
Set the endpoint value. |
Azure |
withInputs(AzureMachineLearningWebServiceInputs inputs)
Set the inputs value. |
Azure |
withOutputs(List<AzureMachineLearningWebServiceOutputColumn> outputs)
Set the outputs value. |
Method Details
apiKey
public String apiKey()
Get the apiKey value.
Returns:
batchSize
public Integer batchSize()
Get the batchSize value.
Returns:
endpoint
public String endpoint()
Get the endpoint value.
Returns:
inputs
public AzureMachineLearningWebServiceInputs inputs()
Get the inputs value.
Returns:
outputs
public List
Get the outputs value.
Returns:
withApiKey
public AzureMachineLearningWebServiceFunctionBinding withApiKey(String apiKey)
Set the apiKey value.
Parameters:
Returns:
withBatchSize
public AzureMachineLearningWebServiceFunctionBinding withBatchSize(Integer batchSize)
Set the batchSize value.
Parameters:
Returns:
withEndpoint
public AzureMachineLearningWebServiceFunctionBinding withEndpoint(String endpoint)
Set the endpoint value.
Parameters:
Returns:
withInputs
public AzureMachineLearningWebServiceFunctionBinding withInputs(AzureMachineLearningWebServiceInputs inputs)
Set the inputs value.
Parameters:
Returns:
withOutputs
public AzureMachineLearningWebServiceFunctionBinding withOutputs(List
Set the outputs value.
Parameters:
Returns:
Applies to
Azure SDK for Java