AzureOpenAIDeploymentResource
Handle
interface AzureOpenAIDeploymentResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, AzureOpenAIResource]], IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; deploymentName: string; modelName: string; modelVersion: string; readonly parent: AzureOpenAIResource; skuCapacity: number; skuName: string; withProperties(configure: (obj: AzureOpenAIDeploymentResource) => Promise<void>): AzureOpenAIDeploymentResource;}13 members
Properties
property
connectionStringExpressionReferenceExpressiongetGets the connection string expression for the Azure OpenAI Deployment resource.
property
deploymentNamestringget · setGets or sets the name of the deployment.
property
modelNamestringget · setGets the name of the model.
property
modelVersionstringget · setGets the version of the model.
property
parentAzureOpenAIResourcegetGets the parent Azure OpenAI resource.
property
skuCapacitynumberget · setGets the capacity of the SKU.
property
skuNamestringget · setGets the name of the SKU.
Methods
Allows setting the properties of an Azure OpenAI Deployment resource.
withProperties(configure: (obj: AzureOpenAIDeploymentResource) => Promise<void>): AzureOpenAIDeploymentResourceParameters
configure(obj: AzureOpenAIDeploymentResource) => Promise<void>Returns
AzureOpenAIDeploymentResource