Skip to content
Docs Try Aspire

GitHubModelResource Constructors

Class Constructors 1 member
Represents a GitHub Model resource.
Constructor(string, string, ParameterResource?, ParameterResource) Section titled Constructor(string, string, ParameterResource?, ParameterResource)
Initializes a new instance of the GitHubModelResource class.
public class GitHubModelResource
{
public GitHubModelResource(
string name,
string model,
ParameterResource? organization,
ParameterResource key)
{
// ...
}
}
name string The name of the resource.
model string The model name.
organization ParameterResource? The organization.
key ParameterResource The key parameter.