AzureOpenAIDeploymentResource Constructors
Class Constructors 1 member
Represents an Azure OpenAI Deployment resource.
Constructor(string, string, string, AzureOpenAIResource) Section titled Constructor(string, string, string, AzureOpenAIResource) Initializes a new instance of the
AzureOpenAIDeploymentResource class. public class AzureOpenAIDeploymentResource{ public AzureOpenAIDeploymentResource( string name, string modelName, string modelVersion, AzureOpenAIResource parent) { // ... }}Parameters
name string The name of the resource. modelName string The name of the model. modelVersion string The version of the model. parent AzureOpenAIResource The parent Azure OpenAI resource.