Package version:

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

interface FunctionBinding {
    type: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf" | "Microsoft.MachineLearningServices";
}

Hierarchy (view full)

Properties

Properties

type: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf" | "Microsoft.MachineLearningServices"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc