Condividi tramite


TargetConfig Class

Definition

Abstract class for target configuration. Please note this is the abstract base class. The derived classes available for instantiation are: AzureOpenAIModelConfiguration.

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

Applies to