ModelDeployment interface
Model Deployment Definition
- Extends
Properties
| capabilities | Capabilities of deployed model |
| connection |
Name of the connection the deployment comes from |
| model |
Publisher-specific name of the deployed model |
| model |
Name of the deployed model's publisher |
| model |
Publisher-specific version of the deployed model |
| sku | Sku of the model deployment |
| type | The type of the deployment |
Inherited Properties
| name | Name of the deployment |
Property Details
capabilities
Capabilities of deployed model
capabilities: Record<string, string>
Property Value
Record<string, string>
connectionName
Name of the connection the deployment comes from
connectionName?: string
Property Value
string
modelName
Publisher-specific name of the deployed model
modelName: string
Property Value
string
modelPublisher
Name of the deployed model's publisher
modelPublisher: string
Property Value
string
modelVersion
Publisher-specific version of the deployed model
modelVersion: string
Property Value
string
sku
type
The type of the deployment
type: "ModelDeployment"
Property Value
"ModelDeployment"