Target Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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