AzureMachineLearningWebServiceFunctionBinding Class

  • java.lang.Object
    • FunctionBinding
      • com.microsoft.azure.management.streamanalytics.AzureMachineLearningWebServiceFunctionBinding

public class AzureMachineLearningWebServiceFunctionBinding extends FunctionBinding

The binding to an Azure Machine Learning web service.

Method Summary

Method Details

apiKey

public String apiKey()

Get the apiKey value.

Returns:

the apiKey value

batchSize

public Integer batchSize()

Get the batchSize value.

Returns:

the batchSize value

endpoint

public String endpoint()

Get the endpoint value.

Returns:

the endpoint value

inputs

public AzureMachineLearningWebServiceInputs inputs()

Get the inputs value.

Returns:

the inputs value

outputs

public List outputs()

Get the outputs value.

Returns:

the outputs value

withApiKey

public AzureMachineLearningWebServiceFunctionBinding withApiKey(String apiKey)

Set the apiKey value.

Parameters:

apiKey - the apiKey value to set

Returns:

the AzureMachineLearningWebServiceFunctionBinding object itself.

withBatchSize

public AzureMachineLearningWebServiceFunctionBinding withBatchSize(Integer batchSize)

Set the batchSize value.

Parameters:

batchSize - the batchSize value to set

Returns:

the AzureMachineLearningWebServiceFunctionBinding object itself.

withEndpoint

public AzureMachineLearningWebServiceFunctionBinding withEndpoint(String endpoint)

Set the endpoint value.

Parameters:

endpoint - the endpoint value to set

Returns:

the AzureMachineLearningWebServiceFunctionBinding object itself.

withInputs

public AzureMachineLearningWebServiceFunctionBinding withInputs(AzureMachineLearningWebServiceInputs inputs)

Set the inputs value.

Parameters:

inputs - the inputs value to set

Returns:

the AzureMachineLearningWebServiceFunctionBinding object itself.

withOutputs

public AzureMachineLearningWebServiceFunctionBinding withOutputs(List outputs)

Set the outputs value.

Parameters:

outputs - the outputs value to set

Returns:

the AzureMachineLearningWebServiceFunctionBinding object itself.

Applies to

Azure SDK for Java

Latest