AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters 类
定义
The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function.
public class AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
- 继承
-
java.lang.ObjectFunctionRetrieveDefaultDefinitionParametersInnerAzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
方法
executeEndpoint() |
Get the executeEndpoint value.
|
udfType() |
Get the udfType value.
|
withExecuteEndpoint(String executeEndpoint) |
Set the executeEndpoint value.
|
withUdfType(UdfType udfType) |
Set the udfType value.
|