AzureOpenAIDeployment Class
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.
Caution
AzureOpenAIDeployment is deprecated. Please use AzureOpenAIDeploymentResource instead.
Represents an Azure OpenAI Deployment.
public class AzureOpenAIDeployment
[System.Obsolete("AzureOpenAIDeployment is deprecated. Please use AzureOpenAIDeploymentResource instead.")]
public class AzureOpenAIDeployment
type AzureOpenAIDeployment = class
[<System.Obsolete("AzureOpenAIDeployment is deprecated. Please use AzureOpenAIDeploymentResource instead.")>]
type AzureOpenAIDeployment = class
Public Class AzureOpenAIDeployment
- Inheritance
-
AzureOpenAIDeployment
- Attributes
Constructors
AzureOpenAIDeployment(String, String, String, String, Int32) |
Represents an Azure OpenAI Deployment. |
AzureOpenAIDeployment(String, String, String, String, Nullable<Int32>) |
Represents an Azure OpenAI Deployment. |
Properties
ModelName |
Gets the name of the model. |
ModelVersion |
Gets the version of the model. |
Name |
Gets the name of the deployment. |
SkuCapacity |
Gets the capacity of the SKU. |
SkuName |
Gets the name of the SKU. |