Package version:

Interface AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters

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

interface AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters {
    bindingType: "Microsoft.MachineLearning/WebService";
    executeEndpoint?: string;
    udfType?: "Scalar";
}

Hierarchy (view full)

Properties

bindingType: "Microsoft.MachineLearning/WebService"

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

executeEndpoint?: string

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

udfType?: "Scalar"

The function type.

Generated using TypeDoc