Share via


AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters Constructors

Definition

Overloads

AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters()

Initializes a new instance of the AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters class.

AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters(String, Nullable<UdfType>)

Initializes a new instance of the AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters class.

AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters()

Initializes a new instance of the AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters class.

public AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters ();
Public Sub New ()

Applies to

AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters(String, Nullable<UdfType>)

Initializes a new instance of the AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters class.

public AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters (string executeEndpoint = default, Microsoft.Azure.Management.StreamAnalytics.Models.UdfType? udfType = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters : string * Nullable<Microsoft.Azure.Management.StreamAnalytics.Models.UdfType> -> Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
Public Sub New (Optional executeEndpoint As String = Nothing, Optional udfType As Nullable(Of UdfType) = Nothing)

Parameters

executeEndpoint
String

The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs

udfType
Nullable<UdfType>

The function type. Possible values include: 'Scalar'

Applies to