FoundryDeploymentResource
Handle
interface FoundryDeploymentResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, FoundryResource]], IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; deploymentName: string; format: string; modelName: string; modelVersion: string; parent: FoundryResource; skuCapacity: number; skuName: string; withProperties(configure: (obj: FoundryDeploymentResource) => Promise<void>): FoundryDeploymentResource;}16 members
Properties
property
connectionStringExpressionReferenceExpressiongetGets the connection string expression for the Microsoft Foundry resource with model/deployment information.
property
deploymentNamestringget · setGets or sets the name of the deployment.
property
formatstringget · setGets or sets the format of deployment model.
property
modelNamestringget · setGets or sets the name of the model.
property
modelVersionstringget · setGets or sets the version of the model.
property
parentFoundryResourceget · setGets the parent Microsoft Foundry resource.
property
skuCapacitynumberget · setGets or sets the capacity of the SKU, in thousands of tokens per minute (TPM).
property
skuNamestringget · setGets or sets the name of the SKU.
Methods
Allows setting the properties of a Microsoft Foundry Deployment resource.
withProperties(configure: (obj: FoundryDeploymentResource) => Promise<void>): FoundryDeploymentResourceParameters
configure(obj: FoundryDeploymentResource) => Promise<void>Returns
FoundryDeploymentResource