GitHubModelResource.UriExpression Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.