Share via


AzureMachineLearningWebServiceFunctionBinding.Endpoint 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="properties.endpoint")]
public string Endpoint { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.endpoint")>]
member this.Endpoint : string with get, set
Public Property Endpoint As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to