Share via


Target Class

Definition

Base class for targets with discriminator support. Please note this is the abstract base class. The derived classes available for instantiation are: AzureAIAgentTarget, AzureAIModelTarget, and AzureAIAssistantTarget.

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

Applies to