Share via


GitHubModelResource.UriExpression Property

Definition

Gets the endpoint URI expression for the GitHub Models resource.

public Aspire.Hosting.ApplicationModel.ReferenceExpression UriExpression { get; }
member this.UriExpression : Aspire.Hosting.ApplicationModel.ReferenceExpression
Public ReadOnly Property UriExpression As ReferenceExpression

Property Value

Remarks

Format matches the configured endpoint, for example https://models.github.ai/inference or https://models.github.ai/orgs/{organization}/inference when an organization is specified.

Applies to