Package version:

Interface AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters

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

interface AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters {
    bindingType: "Microsoft.MachineLearningServices";
    executeEndpoint?: string;
    udfType?: "Scalar";
}

Hierarchy (view full)

Properties

bindingType: "Microsoft.MachineLearningServices"

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

executeEndpoint?: string

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

udfType?: "Scalar"

The function type.

Generated using TypeDoc