你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters Class
- java.
lang. Object - FunctionRetrieveDefaultDefinitionParametersInner
- com.
microsoft. azure. management. streamanalytics. AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
- com.
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. |
Udf |
udfType()
Get the udfType value. |
Azure |
withExecuteEndpoint(String executeEndpoint)
Set the executeEndpoint value. |
Azure |
withUdfType(UdfType udfType)
Set the udfType value. |
Method Details
executeEndpoint
public String executeEndpoint()
Get the executeEndpoint value.
Returns:
udfType
public UdfType udfType()
Get the udfType value.
Returns:
withExecuteEndpoint
public AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters withExecuteEndpoint(String executeEndpoint)
Set the executeEndpoint value.
Parameters:
Returns:
withUdfType
public AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters withUdfType(UdfType udfType)
Set the udfType value.
Parameters:
Returns: