Share via


ModelDeployment Class

Definition

Model Deployment Definition.

public class ModelDeployment : Azure.AI.Projects.AIDeployment, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ModelDeployment>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ModelDeployment>
type ModelDeployment = class
    inherit AIDeployment
    interface IJsonModel<ModelDeployment>
    interface IPersistableModel<ModelDeployment>
Public Class ModelDeployment
Inherits AIDeployment
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 AIDeployment)
Sku

Sku of the model deployment.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AIDeployment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from AIDeployment)
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<AIDeployment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from AIDeployment)
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