AzureAIProjectsModelFactory.EvaluationTaxonomyInput(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.
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.