AzureAIProjectsModelFactory.EvaluationTarget(String) Method
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: AzureAIModelTarget and AzureAIAgentTarget.
public static Azure.AI.Projects.Evaluation.EvaluationTarget EvaluationTarget(string type = default);
static member EvaluationTarget : string -> Azure.AI.Projects.Evaluation.EvaluationTarget
Public Shared Function EvaluationTarget (Optional type As String = Nothing) As EvaluationTarget
Parameters
- type
- String
The type of target.
Returns
A new EvaluationTarget instance for mocking.