Share via


ModelDeployment interface

Model Deployment Definition

Extends

Properties

capabilities

Capabilities of deployed model

connectionName

Name of the connection the deployment comes from

modelName

Publisher-specific name of the deployed model

modelPublisher

Name of the deployed model's publisher

modelVersion

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

Sku of the model deployment

sku: Sku

Property Value

Sku

type

The type of the deployment

type: "ModelDeployment"

Property Value

"ModelDeployment"

Inherited Property Details

name

Name of the deployment

name: string

Property Value

string

Inherited From Deployment.name