addModelDeployment
Function
interface AzureCognitiveServicesProjectResource { // ... omitted for brevity addModelDeployment( name: string, modelName: string, modelVersion: string, format: string): FoundryDeploymentResource;}Signature
method
addModelDeployment builder Adds a model deployment to the parent Microsoft Foundry resource.
addModelDeployment( name: string, modelName: string, modelVersion: string, format: string): FoundryDeploymentResourceParameters
name string modelName string modelVersion string format string Returns
FoundryDeploymentResource Applies to
This function is an extension method on the following types: