IServerlessEndpointProperties.InferenceEndpointUri Property

Definition

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

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

Property Value

Attributes

Applies to