Freigeben über


AzureAIProjectsModelFactory.EvaluationTaxonomyInput(String) Method

Definition

Input configuration for the evaluation taxonomy. Please note this is the abstract base class. The derived classes available for instantiation are: AgentTaxonomyInput.

public static Azure.AI.Projects.EvaluationTaxonomyInput EvaluationTaxonomyInput(string type = default);
static member EvaluationTaxonomyInput : string -> Azure.AI.Projects.EvaluationTaxonomyInput
Public Shared Function EvaluationTaxonomyInput (Optional type As String = Nothing) As EvaluationTaxonomyInput

Parameters

type
String

Input type of the evaluation taxonomy.

Returns

A new EvaluationTaxonomyInput instance for mocking.

Applies to