Share via


AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters.ExecuteEndpoint Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="bindingRetrievalProperties.executeEndpoint")]
public string ExecuteEndpoint { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="bindingRetrievalProperties.executeEndpoint")>]
member this.ExecuteEndpoint : string with get, set
Public Property ExecuteEndpoint As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to