AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters Class

The parameters needed to retrieve the default function definition for an Azure Machine Learning Studio 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
AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters

Constructor

AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters(*, 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 Studio. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine- learning-consume-web-services#request-response-service-rrs.

Variables

udf_type
str

The function type. Default value: "Scalar".

Attributes

udf_type

udf_type = 'Scalar'