GitHubModelResource Constructor
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.
Initializes a new instance of the GitHubModelResource class.
public GitHubModelResource(string name, string model, Aspire.Hosting.ApplicationModel.ParameterResource? organization, Aspire.Hosting.ApplicationModel.ParameterResource key);
new Aspire.Hosting.GitHub.Models.GitHubModelResource : string * string * Aspire.Hosting.ApplicationModel.ParameterResource * Aspire.Hosting.ApplicationModel.ParameterResource -> Aspire.Hosting.GitHub.Models.GitHubModelResource
Public Sub New (name As String, model As String, organization As ParameterResource, key As ParameterResource)
Parameters
- name
- String
The name of the resource.
- model
- String
The model name.
- organization
- ParameterResource
The organization.
The key parameter.