Share via


IServerlessEndpointProperties.InferenceEndpointUri Property

Definition

[Required] The inference uri to target when making requests against the Serverless Endpoint.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="[Required] The inference uri to target when making requests against the Serverless Endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="uri")]
public string InferenceEndpointUri { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="[Required] The inference uri to target when making requests against the Serverless Endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="uri")>]
member this.InferenceEndpointUri : string with get, set
Public Property InferenceEndpointUri As String

Property Value

Attributes

Applies to