Share via


AIProjectDeployment Class

Definition

Model Deployment Definition Please note this is the abstract base class. The derived classes available for instantiation are: ModelDeployment.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownAIProjectDeployment))]
public abstract class AIProjectDeployment : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AIProjectDeployment>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AIProjectDeployment>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownAIProjectDeployment))>]
type AIProjectDeployment = class
    interface IJsonModel<AIProjectDeployment>
    interface IPersistableModel<AIProjectDeployment>
Public MustInherit Class AIProjectDeployment
Implements IJsonModel(Of AIProjectDeployment), IPersistableModel(Of AIProjectDeployment)
Inheritance
AIProjectDeployment
Derived
Attributes
Implements

Properties

Name Description
Name

Name of the deployment.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Operators

Name Description
Explicit(ClientResult to AIProjectDeployment)

Explicit Interface Implementations

Name Description
IJsonModel<AIProjectDeployment>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AIProjectDeployment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<AIProjectDeployment>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AIProjectDeployment>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AIProjectDeployment>.Write(ModelReaderWriterOptions)

Applies to