Skip to content
DocsTry Aspire
DocsTry

FoundryDeploymentResource

Handle
📦 Aspire.Hosting.Foundry v13.4.0-preview.1.26281.18
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;
}

Properties

propertyconnectionStringExpressionReferenceExpressionget
Gets the connection string expression for the Microsoft Foundry resource with model/deployment information.
propertydeploymentNamestringget · set
Gets or sets the name of the deployment.
propertyformatstringget · set
Gets or sets the format of deployment model.
propertymodelNamestringget · set
Gets or sets the name of the model.
propertymodelVersionstringget · set
Gets or sets the version of the model.
propertyparentFoundryResourceget · set
Gets the parent Microsoft Foundry resource.
propertyskuCapacitynumberget · set
Gets or sets the capacity of the SKU, in thousands of tokens per minute (TPM).
propertyskuNamestringget · set
Gets or sets the name of the SKU.

Methods

methodwithPropertiesbuilder
Allows setting the properties of a Microsoft Foundry Deployment resource.
withProperties(configure: (obj: FoundryDeploymentResource) => Promise<void>): FoundryDeploymentResource
configure(obj: FoundryDeploymentResource) => Promise<void>
FoundryDeploymentResource