แชร์ผ่าน


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