TargetConfig 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.
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