AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters Class

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

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.streamanalytics.models._models_py3.FunctionRetrieveDefaultDefinitionParameters
AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters

Constructor

AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters(*, execute_endpoint: Optional[str] = None, **kwargs)

Parameters

binding_type
str
Required

Required. Indicates the function binding type.Constant filled by server.

execute_endpoint
str
Required

The Request-Response execute endpoint of the Azure Machine Learning web service.

Variables

udf_type
str

The function type. Default value: "Scalar".

Attributes

udf_type

udf_type = 'Scalar'