AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.MachineLearning/WebService")]
public class AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters : Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.MachineLearning/WebService")>]
type AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = class
inherit FunctionRetrieveDefaultDefinitionParameters
Public Class AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
Inherits FunctionRetrieveDefaultDefinitionParameters
- Inheritance
-
AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters() |
Initializes a new instance of the AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters class. |
AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters(String, Nullable<UdfType>) |
Initializes a new instance of the AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters class. |
Properties
ExecuteEndpoint |
Gets or sets 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 |
Gets or sets the function type. Possible values include: 'Scalar' |
Applies to
Azure SDK for .NET