你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters Class

  • java.lang.Object
    • FunctionRetrieveDefaultDefinitionParametersInner
      • com.microsoft.azure.management.streamanalytics.AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters

public class AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters

The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function.

Method Summary

Modifier and Type Method and Description
String executeEndpoint()

Get the executeEndpoint value.

UdfType udfType()

Get the udfType value.

AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters withExecuteEndpoint(String executeEndpoint)

Set the executeEndpoint value.

AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters withUdfType(UdfType udfType)

Set the udfType value.

Method Details

executeEndpoint

public String executeEndpoint()

Get the executeEndpoint value.

Returns:

the executeEndpoint value

udfType

public UdfType udfType()

Get the udfType value.

Returns:

the udfType value

withExecuteEndpoint

public AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters withExecuteEndpoint(String executeEndpoint)

Set the executeEndpoint value.

Parameters:

executeEndpoint - the executeEndpoint value to set

Returns:

the AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters object itself.

withUdfType

public AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters withUdfType(UdfType udfType)

Set the udfType value.

Parameters:

udfType - the udfType value to set

Returns:

the AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters object itself.

Applies to