Aspire.Hosting.GitHub.Models
Official
📦 Aspire.Hosting.GitHub.Modelsv13.4.04Functions
2Types
2 types and 0 members
Types
Functions
method
addGitHubModelbuilderAdds a GitHub Model resource to the distributed application model.
addGitHubModel(name: string, model: GitHubModelName, organization?: ParameterResource): GitHubModelResourcemethod
addGitHubModelByIdbuilderAdds a GitHub Model resource to the application model using a model identifier string.
addGitHubModelById(name: string, modelId: string, organization?: ParameterResource): GitHubModelResourcemethod
enableHealthCheckbuilderAdds a health check to the GitHub Model resource.
enableHealthCheck(): GitHubModelResourcemethod
withApiKeybuilderConfigures the API key for the GitHub Model resource from a parameter.
withApiKey(apiKey: ParameterResource): GitHubModelResource