Share via


ModelDeployment Class

Definition

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
ModelDeployment
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)

Explicit Interface Implementations

IJsonModel<Deployment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from Deployment)
IJsonModel<Deployment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from Deployment)
IJsonModel<ModelDeployment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ModelDeployment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<Deployment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from Deployment)
IPersistableModel<Deployment>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from Deployment)
IPersistableModel<Deployment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from Deployment)
IPersistableModel<ModelDeployment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ModelDeployment>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ModelDeployment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to