Share via


ModelDeploymentSku Class

Definition

Sku information.

public class ModelDeploymentSku : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ModelDeploymentSku>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ModelDeploymentSku>
type ModelDeploymentSku = class
    interface IJsonModel<ModelDeploymentSku>
    interface IPersistableModel<ModelDeploymentSku>
Public Class ModelDeploymentSku
Implements IJsonModel(Of ModelDeploymentSku), IPersistableModel(Of ModelDeploymentSku)
Inheritance
ModelDeploymentSku
Implements

Properties

Capacity

Sku capacity.

Family

Sku family.

Name

Sku name.

Size

Sku size.

Tier

Sku tier.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ModelDeploymentSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ModelDeploymentSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ModelDeploymentSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ModelDeploymentSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ModelDeploymentSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to