FunctionBinding Class

The physical binding of the function. For example, in the Azure Machine Learning web service's case, this describes the endpoint.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: AzureMachineLearningStudioFunctionBinding, AzureMachineLearningServiceFunctionBinding, CSharpFunctionBinding, JavaScriptFunctionBinding.

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

Inheritance
FunctionBinding

Constructor

FunctionBinding(**kwargs)

Parameters

type
str
Required

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