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.Deployment, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ModelDeployment>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ModelDeployment>
type ModelDeployment = class
inherit Deployment
interface IJsonModel<ModelDeployment>
interface IPersistableModel<ModelDeployment>
Public Class ModelDeployment
Inherits Deployment
Implements IJsonModel(Of ModelDeployment), IPersistableModel(Of ModelDeployment)
- 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 Deployment) |
Sku |
Sku of the model deployment. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |