ModelDeployment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Model Deployment Definition.
public class ModelDeployment : Azure.AI.Projects.AIProjectDeployment, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ModelDeployment>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ModelDeployment>
public class ModelDeployment : Azure.AI.Projects.AssetDeployment, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ModelDeployment>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ModelDeployment>
type ModelDeployment = class
inherit AIProjectDeployment
interface IJsonModel<ModelDeployment>
interface IPersistableModel<ModelDeployment>
type ModelDeployment = class
inherit AssetDeployment
interface IJsonModel<ModelDeployment>
interface IPersistableModel<ModelDeployment>
Public Class ModelDeployment
Inherits AIProjectDeployment
Implements IJsonModel(Of ModelDeployment), IPersistableModel(Of ModelDeployment)
Public Class ModelDeployment
Inherits AssetDeployment
Implements IJsonModel(Of ModelDeployment), IPersistableModel(Of ModelDeployment)
- Inheritance
- Inheritance
- Implements
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. |
Name |
Name of the deployment. (Inherited from AIProjectDeployment) |
Name |
Name of the deployment. (Inherited from AssetDeployment) |
Sku |
Sku of the model deployment. |