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.
Modifier and Type | Method and Description |
---|---|
String |
api Get the apiKey value. |
Integer |
batch Get the batchSize value. |
String |
endpoint()
Get the endpoint value. |
Azure |
inputs()
Get the inputs value. |
List<Azure |
outputs()
Get the outputs value. |
Azure |
with Set the apiKey value. |
Azure |
with Set the batchSize value. |
Azure |
with Set the endpoint value. |
Azure |
with Set the inputs value. |
Azure |
with Set the outputs value. |
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:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: